mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[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:
parent
e0ddcd6ead
commit
03926619d9
9 changed files with 18 additions and 18 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue