diff options
author | Machiavelli <none@none> | 2009-12-06 20:29:10 +0100 |
---|---|---|
committer | Machiavelli <none@none> | 2009-12-06 20:29:10 +0100 |
commit | 4853fa6641388e0cec7af28500782f181f3f8eef (patch) | |
tree | d92681bf107542eabee3d58e78f05e35406cd8ce /src | |
parent | c91974cc34690ab575aab0ed1e4bba89887f1d5e (diff) |
Fix a crash in boss_zuramatAI. Closes #460
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/bindings/scripts/scripts/northrend/violet_hold/boss_zuramat.cpp | 1 |
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; |