mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
Compile fix.
This commit is contained in:
parent
e7353428b1
commit
ed2b97287b
2 changed files with 4 additions and 6 deletions
|
|
@ -1226,7 +1226,7 @@ void ObjectMgr::LoadGameobjects()
|
|||
continue;
|
||||
}
|
||||
|
||||
if(!gInfo->displayId))
|
||||
if(!gInfo->displayId)
|
||||
{
|
||||
sLog.outErrorDb("Gameobject (GUID: %u Entry %u GoType: %u) doesn't have displayId (%u), not loaded.", guid, entry, gInfo->type, gInfo->displayId);
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue