fix(Core/Spells): Script Scourge Banner (#17523)

* fix(Core/Spells): Script Scourge Banner

* correct statecheck
This commit is contained in:
avarishd
2023-10-17 00:13:54 +03:00
committed by GitHub
parent bac4a67c0c
commit e30718db36
2 changed files with 28 additions and 0 deletions

View File

@@ -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');