DB/Spells: fixed last update by adding correct sql statements...

This commit is contained in:
Ovahlord
2018-06-24 21:45:42 +02:00
parent 3a46fcf8ae
commit cb23c5e55c

View File

@@ -1,7 +1,4 @@
DELETE FROM `spell_proc` WHERE `SpellId`= 54832;
-- Effloresence
DELETE FROM `spell_script_names` WHERE `ScriptName` IN
('spell_dru_tree_of_life');
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(33891, 'spell_dru_tree_of_life');
('spell_dru_glyph_of_innervate');