diff options
author | malcrom <none@none> | 2010-05-18 14:22:51 -0230 |
---|---|---|
committer | malcrom <none@none> | 2010-05-18 14:22:51 -0230 |
commit | 2b7d92a40198f51d37f705adc160c356a391d092 (patch) | |
tree | f29436ae7a7ea0942270d3e6e80c00bf1702dd5f /src/game/ObjectAccessor.cpp | |
parent | d1b9a54951168388cc540e0160193d13186bb29e (diff) |
Some more engrish to english logerror updates.
--HG--
branch : trunk
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(); |