mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
fix(Core/Spell): Glyph of Eternal Water (#2508)
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user