mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
Spells/Ulduar: Fixes spell Mark Of The Faceless in General Vezax's Encounter
This commit is contained in:
@@ -2129,6 +2129,7 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||
( 63981, 'spell_ulduar_stone_grip_cast_target'),
|
||||
( 64702, 'spell_ulduar_squeezed_lifeless'),
|
||||
( 63027, 'spell_ulduar_proximity_mines'),
|
||||
( 63276, 'spell_mark_of_the_faceless'),
|
||||
-- Eye Of Eternity
|
||||
( 56105, 'spell_malygos_vortex_dummy'),
|
||||
( 55873, 'spell_malygos_vortex_visual'),
|
||||
|
||||
4
sql/updates/world/2011_05_08_00_spell_script_names.sql
Normal file
4
sql/updates/world/2011_05_08_00_spell_script_names.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=63276;
|
||||
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`)
|
||||
VALUES
|
||||
(63276,'spell_mark_of_the_faceless');
|
||||
Reference in New Issue
Block a user