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 6e0eb68ef5f..433b5e1610d 100644 --- a/src/game/Creature.cpp +++ b/src/game/Creature.cpp @@ -246,7 +246,7 @@ void Creature::RemoveCorpse() m_deathTimer = 0; setDeathState(DEAD); - ObjectAccessor::UpdateObjectVisibility(this); + UpdateObjectVisibility(); loot.clear(); uint32 respawnDelay = m_respawnDelay; if (IsAIEnabled) |