mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[11315] Fix typos in recent commit
This commit is contained in:
parent
27445940f8
commit
0ceb42ff9a
6 changed files with 9 additions and 9 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue