mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user