Core/Defines: Updated some enums to build 6.0.2.18988

* Fixed build
This commit is contained in:
Kinzcool
2014-10-06 18:37:38 -04:00
parent 9d798428f0
commit bc97908822
12 changed files with 1910 additions and 1760 deletions
@@ -69,7 +69,7 @@ bool FollowerAI::AssistPlayerInCombat(Unit* who)
return false;
//experimental (unknown) flag not present
if (!(me->GetCreatureTemplate()->type_flags & CREATURE_TYPEFLAGS_AID_PLAYERS))
if (!(me->GetCreatureTemplate()->type_flags & CREATURE_TYPEFLAGS_CAN_ASSIST))
return false;
//not a player