[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

@ -1627,7 +1627,7 @@ void GameObject::Use(Unit* user)
break;
}
case GAMEOBJECT_CreatureTypeFlagsTAND: // 24
case GAMEOBJECT_TYPE_FLAGSTAND: // 24
{
if (user->GetTypeId() != TYPEID_PLAYER)
{ return; }