Skip to content

Commit

Permalink
fix(Scripts/IcecrownCitadel): Vengeful Shade unroot timer fix (azerot…
Browse files Browse the repository at this point in the history
…hcore#20902)

Vengeful Shade unroot timer fix

Co-authored-by: Nicholas Lee <[email protected]>
  • Loading branch information
blinkysc and Nicholas Lee authored Dec 12, 2024
1 parent eadcaea commit cef1b78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ class npc_vengeful_shade : public CreatureScript
npc_vengeful_shadeAI(Creature* creature) : ScriptedAI(creature)
{
me->SetControlled(true, UNIT_STATE_ROOT);
unroot_timer = 500;
unroot_timer = 2000;
targetGUID.Clear();
}

Expand Down

0 comments on commit cef1b78

Please sign in to comment.