diff options
author | Machiavelli <none@none> | 2010-12-28 11:59:11 +0100 |
---|---|---|
committer | Machiavelli <none@none> | 2010-12-28 11:59:11 +0100 |
commit | 0f6533e4bd7bfd1725a5fa9a67ea3bffc8e5ae65 (patch) | |
tree | 6f1610bce33664822c5fd8edac9fe9b7654d81ce | |
parent | c3abba71d372ac91014ad09205b154d995a3c470 (diff) |
Scripts/Trial of the Crusader: Correct spell id for spinning strike. Also remove a redundant comment (Vehicle for Mistress of Pain was fixed in http://code.google.com/p/trinitycore/source/detail?r=90ff8ab964f3ec3a8bcee939878505cdea84cebc)
--HG--
branch : trunk
-rwxr-xr-x | src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/boss_lord_jaraxxus.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/boss_lord_jaraxxus.cpp b/src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/boss_lord_jaraxxus.cpp index 085cbe025d1..4dd334ed32a 100755 --- a/src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/boss_lord_jaraxxus.cpp +++ b/src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/boss_lord_jaraxxus.cpp @@ -25,8 +25,6 @@ EndScriptData */ // Known bugs: // Some visuals aren't appearing right sometimes -// Mistress of Pain - Isn't working as a vehicle yet -// - SPELL_SPINNING_STRIKE not working #include "ScriptPCH.h" #include "trial_of_the_crusader.h" @@ -76,7 +74,7 @@ enum BossSpells SPELL_LEGION_FLAME = 66197, SPELL_LEGION_FLAME_EFFECT = 66201, SPELL_SHIVAN_SLASH = 67098, - SPELL_SPINNING_STRIKE = 66316, + SPELL_SPINNING_STRIKE = 66283, SPELL_MISTRESS_KISS = 67077, SPELL_FEL_INFERNO = 67047, SPELL_FEL_STREAK = 66494, |