fix(Core/Spell): Glyph of Eternal Water (#2508)
This commit is contained in:
parent
1cc4b54b3f
commit
b776e68665
3 changed files with 50 additions and 1 deletions
|
|
@ -0,0 +1,6 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1576535250226124911');
|
||||
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` = 70937;
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`)
|
||||
VALUES
|
||||
(70937, 'spell_mage_glyph_of_eternal_water');
|
||||
Loading…
Add table
Add a link
Reference in a new issue