diff options
| -rw-r--r-- | src/crnonpl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crnonpl.cc b/src/crnonpl.cc index 3ec73dc..f334626 100644 --- a/src/crnonpl.cc +++ b/src/crnonpl.cc @@ -1991,7 +1991,7 @@ TMonster::TMonster(int Race, int x, int y, int z, int Home, uint32 MasterID) : return; } - if(Master->Type != MONSTER || ((TMonster*)Master)->Master != 0){ + if(Master->Type != MONSTER || ((TMonster*)Master)->Master == 0){ this->LifeEndRound = Master->LifeEndRound; Master->SummonedCreatures += 1; break; |
