-
-
Save SymbolixDEV/5577210 to your computer and use it in GitHub Desktop.
MORE FIX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Fix Shadowmeld. | |
DELETE FROM spell_script_names WHERE spell_id = 58984; | |
INSERT INTO spell_script_names VALUES (58984, 'spell_gen_shadowmeld'); | |
-- Fix Sylvanas Music Box | |
DELETE FROM spell_script_names WHERE spell_id = 73331; | |
INSERT INTO spell_script_names VALUES ('73331', 'spell_item_sylvanas_music_box'); | |
-- Fix Glyph of Succubus. | |
DELETE FROM `spell_script_names` WHERE `spell_id`=6358; | |
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES | |
(6358,'spell_warl_seduction'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
lack the spell script