mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 03:45:43 +00:00
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:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user