Compile fix.

This commit is contained in:
tomrus88 2009-08-24 01:28:12 +04:00
parent e7353428b1
commit ed2b97287b
2 changed files with 4 additions and 6 deletions

View file

@ -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;