mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
DB/Spells: fixed last update by adding correct sql statements...
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user