[11315] Fix typos in recent commit

This commit is contained in:
zergtmn 2011-04-05 12:42:35 +06:00
parent 27445940f8
commit 0ceb42ff9a
6 changed files with 9 additions and 9 deletions

View file

@ -1088,7 +1088,7 @@ bool ChatHandler::HandleGameObjectAddCommand(char* args)
GameObject* pGameObj = new GameObject;
// used guids from specially reserved range (can be 0 if no free values)
uint32 db_lowGUID = sObjectMgr.GenerateStaticGameobjectLowGuid();
uint32 db_lowGUID = sObjectMgr.GenerateStaticGameObjectLowGuid();
if (!db_lowGUID)
{
SendSysMessage(LANG_NO_FREE_STATIC_GUID_FOR_SPAWN);