diff options
Diffstat (limited to 'src/game/ObjectAccessor.cpp')
-rw-r--r-- | src/game/ObjectAccessor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/ObjectAccessor.cpp b/src/game/ObjectAccessor.cpp index 9a76f78f209..cf5bc728c6e 100644 --- a/src/game/ObjectAccessor.cpp +++ b/src/game/ObjectAccessor.cpp @@ -264,7 +264,7 @@ Corpse* ObjectAccessor::ConvertCorpseForPlayer(uint64 player_guid, bool /*insign return NULL; } - DEBUG_LOG("Deleting Corpse and spawning bones."); + DEBUG_LOG("Deleting Corpse and spawned bones."); //Map* map = corpse->FindMap(); |