fix(Scripts/IcecrownCitadel): Vengeful Shade unroot timer fix (#20902)

Vengeful Shade unroot timer fix

Co-authored-by: Nicholas Lee <nicholaslee@Nicholass-MacBook-Air.local>
This commit is contained in:
blinkysc
2024-12-11 21:03:29 -06:00
committed by GitHub
parent eadcaea296
commit cef1b781d7

View File

@@ -912,7 +912,7 @@ public:
npc_vengeful_shadeAI(Creature* creature) : ScriptedAI(creature)
{
me->SetControlled(true, UNIT_STATE_ROOT);
unroot_timer = 500;
unroot_timer = 2000;
targetGUID.Clear();
}