fix(Spells/Druid): Moonglade Raiment 2-piece set bonus (#22148)
This commit is contained in:
parent
2e1f848f09
commit
231a03d785
2 changed files with 59 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
-- Moonglade Raiment 2 set
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=-774 AND `ScriptName`='spell_dru_rejuvenation_moonglade_2_set';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (-774, 'spell_dru_rejuvenation_moonglade_2_set');
|
||||
Loading…
Add table
Add a link
Reference in a new issue