mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
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
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user