[8151] Fixed some format warnings and typos.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>

SOme changes rewrited with using [8150]
This commit is contained in:
Win32 2009-07-09 01:07:35 +04:00 committed by VladimirMangos
parent e0ddcd6ead
commit 03926619d9
9 changed files with 18 additions and 18 deletions

View file

@ -80,7 +80,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))