Core/Build: Fixed build

This commit is contained in:
Subv
2014-06-06 12:08:42 -05:00
parent 5023000c56
commit ac6b8d2f15
4 changed files with 11 additions and 9 deletions
@@ -1029,7 +1029,7 @@ bool SmartAIMgr::IsEventValid(SmartScriptHolder& e)
}
case SMART_ACTION_SET_INGAME_PHASE_GROUP:
{
uint32 phaseGroup = e.action.ingamePhaseGroup.id;
uint32 phaseGroup = e.action.ingamePhaseGroup.groupId;
uint32 apply = e.action.ingamePhaseGroup.apply;
if (apply != 0 && apply != 1)