diff --git a/src/server/scripts/Northrend/IcecrownCitadel/boss_lady_deathwhisper.cpp b/src/server/scripts/Northrend/IcecrownCitadel/boss_lady_deathwhisper.cpp index cc36837f7..dcc37e3ca 100644 --- a/src/server/scripts/Northrend/IcecrownCitadel/boss_lady_deathwhisper.cpp +++ b/src/server/scripts/Northrend/IcecrownCitadel/boss_lady_deathwhisper.cpp @@ -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(); }