diff options
Diffstat (limited to 'src/game/Creature.cpp')
-rw-r--r-- | src/game/Creature.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Creature.cpp b/src/game/Creature.cpp index 3e834f4aca0..8f24f923b1e 100644 --- a/src/game/Creature.cpp +++ b/src/game/Creature.cpp @@ -1588,7 +1588,7 @@ void Creature::Respawn(bool force) poolhandler.UpdatePool<Creature>(poolid, GetDBTableGUIDLow()); } - SetToNotify(); + UpdateObjectVisibility(); } void Creature::ForcedDespawn(uint32 timeMSToDespawn) |