From cdca989e4ac1268edae6749101773db95532bbe1 Mon Sep 17 00:00:00 2001 From: megamage Date: Sun, 7 Dec 2008 11:03:28 -0600 Subject: *Fix a typo. --HG-- branch : trunk --- src/bindings/scripts/scripts/creature/mob_event_ai.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/bindings/scripts/scripts/creature/mob_event_ai.cpp b/src/bindings/scripts/scripts/creature/mob_event_ai.cpp index 07307a4f9a2..e14aede1bf0 100644 --- a/src/bindings/scripts/scripts/creature/mob_event_ai.cpp +++ b/src/bindings/scripts/scripts/creature/mob_event_ai.cpp @@ -971,7 +971,7 @@ struct TRINITY_DLL_DECL Mob_EventAI : public ScriptedAI m_creature->setActive(param1 ? true : false); break; case ACTION_T_SET_AGGRESSIVE: - m_creature->SetReactState(param1); + m_creature->SetReactState(ReactStates(param1)); break; case ACTION_T_ATTACK_START_PULSE: AttackStart(m_creature->SelectNearestTarget((float)param1)); -- cgit v1.2.3