fix(Core/Scripts): Zort's Protective Elixir (#14365)

This commit is contained in:
IntelligentQuantum
2023-03-04 12:22:22 +03:30
committed by GitHub
parent 86b0b3dbde
commit 23fbdd0fe3
2 changed files with 38 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
--
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_dragonblight_corrosive_spit';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (47447, 'spell_dragonblight_corrosive_spit');