Core/Scripts: Re-hack Boss Loken. Followup 3a0cb90ea9

Loken still need ClearUnitState Hack to DoMeleeAttackifReady work

(cherry picked from commit 4431a1149d)
This commit is contained in:
Keader
2017-04-27 09:41:07 -03:00
committed by funjoker
parent 8c12f36915
commit d1bdb8bdd3

View File

@@ -161,6 +161,7 @@ public:
break;
case EVENT_RESUME_PULSING_SHOCKWAVE:
DoCast(me, SPELL_PULSING_SHOCKWAVE_AURA, true);
me->ClearUnitState(UNIT_STATE_CASTING); // Workaround to allow DoMeleeAttackIfReady work
DoCast(me, SPELL_PULSING_SHOCKWAVE, true);
break;
case EVENT_INTRO_DIALOGUE: