Core/Scripts: Proper fix Gal'Darah Puncture remove

This commit is contained in:
Keader
2019-08-21 23:03:25 -03:00
parent 1886507e7f
commit cbc01f35b6
2 changed files with 28 additions and 2 deletions

View File

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