mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
Spells/Ulduar: Fixes spell Mark Of The Faceless in General Vezax's Encounter
This commit is contained in:
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