fix(Core/Spell): Glyph of Eternal Water (#2508)

This commit is contained in:
Stoabrogga
2019-12-26 09:09:50 +01:00
committed by GitHub
parent 1cc4b54b3f
commit b776e68665
3 changed files with 50 additions and 1 deletions

View File

@@ -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');