diff options
| author | megamage <none@none> | 2009-05-03 10:48:28 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-05-03 10:48:28 -0500 |
| commit | 2a725194b67539a917898fd6b45625eb52154303 (patch) | |
| tree | c8b3d578e9c57b9cd07ab066719f2da342d46e89 /src/game/Creature.cpp | |
| parent | 99cc10d0d71b8d9fff0e2fae981a0602d7634959 (diff) | |
| parent | eb3c3a8fb4a4bac2e01222bfd25efd80fc792ba2 (diff) | |
*Merge.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Creature.cpp')
| -rw-r--r-- | src/game/Creature.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/game/Creature.cpp b/src/game/Creature.cpp index d856c8b1f0f..68e7ddd1640 100644 --- a/src/game/Creature.cpp +++ b/src/game/Creature.cpp @@ -1740,8 +1740,10 @@ void Creature::Respawn() uint16 poolid = poolhandler.IsPartOfAPool(GetGUIDLow(), GetTypeId()); if (poolid) poolhandler.UpdatePool(poolid, GetGUIDLow(), GetTypeId()); - else - GetMap()->Add(this); + + //GetMap()->Add(this); + + } } |
