aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/bindings/scripts/scripts/northrend/violet_hold/boss_zuramat.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bindings/scripts/scripts/northrend/violet_hold/boss_zuramat.cpp b/src/bindings/scripts/scripts/northrend/violet_hold/boss_zuramat.cpp
index 4dee02ea111..19b4f191d99 100644
--- a/src/bindings/scripts/scripts/northrend/violet_hold/boss_zuramat.cpp
+++ b/src/bindings/scripts/scripts/northrend/violet_hold/boss_zuramat.cpp
@@ -101,6 +101,7 @@ struct TRINITY_DLL_DECL boss_zuramatAI : public ScriptedAI
if(SpellVoidShiftedTimer < diff && shiftcast)
{
+ Shifted = SelectUnit(SELECT_TARGET_RANDOM, 0);
if (Shifted)
DoCast(Shifted, SPELL_VOID_SHIFTED, false);
shiftcast = false;