diff options
author | megamage <none@none> | 2009-07-12 17:52:27 +0800 |
---|---|---|
committer | megamage <none@none> | 2009-07-12 17:52:27 +0800 |
commit | b5d802b70c2581583eb941765b25b85119b7391e (patch) | |
tree | 8a7c2b15ce4c6a3d04f068259c34179bc3c9060b /src/game/GameObject.cpp | |
parent | 5e22d496aef731be5a765d843b05aca40222a6ec (diff) |
[8151] Fixed some format warnings and typos. Author: Win32
--HG--
branch : trunk
Diffstat (limited to 'src/game/GameObject.cpp')
-rw-r--r-- | src/game/GameObject.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/GameObject.cpp b/src/game/GameObject.cpp index 9bc9b1d44e0..59ca3dd26cf 100644 --- a/src/game/GameObject.cpp +++ b/src/game/GameObject.cpp @@ -87,7 +87,7 @@ void GameObject::CleanupsBeforeDelete() owner->RemoveGameObject(this,false); else { - char * ownerType = "creature"; + const char * ownerType = "creature"; if(IS_PLAYER_GUID(owner_guid)) ownerType = "player"; else if(IS_PET_GUID(owner_guid)) |