Skip to content

Instantly share code, notes, and snippets.

@SymbolixDEV
Created May 14, 2013 16:13
Show Gist options
  • Select an option

  • Save SymbolixDEV/5577210 to your computer and use it in GitHub Desktop.

Select an option

Save SymbolixDEV/5577210 to your computer and use it in GitHub Desktop.
MORE FIX
-- 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');
@oneluiz
Copy link
Copy Markdown

oneluiz commented May 14, 2013

lack the spell script

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment