From 0f6533e4bd7bfd1725a5fa9a67ea3bffc8e5ae65 Mon Sep 17 00:00:00 2001 From: Machiavelli Date: Tue, 28 Dec 2010 11:59:11 +0100 Subject: 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 --- .../CrusadersColiseum/TrialOfTheCrusader/boss_lord_jaraxxus.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') 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, -- cgit v1.2.3