[Fix] Correct incorrectly renamed GAMEOBJECT_TYPE

This commit is contained in:
Antz 2018-03-28 08:46:09 +01:00 committed by Antz
parent 6331b4e6aa
commit a1ff8281cb
6 changed files with 20 additions and 20 deletions

View file

@ -6495,7 +6495,7 @@ void ObjectMgr::LoadGameobjectInfo()
CheckGOSpellId(goInfo, goInfo->spellcaster.spellId, 0);
break;
}
case GAMEOBJECT_CreatureTypeFlagsTAND: // 24
case GAMEOBJECT_TYPE_FLAGSTAND: // 24
{
if (goInfo->flagstand.lockId)
CheckGOLockId(goInfo, goInfo->flagstand.lockId, 0);