fix(Core/Spells): Script Scourge Banner (#17523)
* fix(Core/Spells): Script Scourge Banner * correct statecheck
This commit is contained in:
parent
bac4a67c0c
commit
e30718db36
2 changed files with 28 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
-- Scourge Banner
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=16989 AND `ScriptName`='spell_gen_planting_scourge_banner';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (16989, 'spell_gen_planting_scourge_banner');
|
||||
Loading…
Add table
Add a link
Reference in a new issue