refactor(Scripts/Spells): convert spell_item into new system (#9057)

* refactor(Scripts/Spells): convert spell_item into new system

* fix build

* fix return
This commit is contained in:
Kitzunu
2021-11-13 13:01:38 +01:00
committed by GitHub
parent e78c696cf6
commit 0850dea4df
2 changed files with 2202 additions and 3266 deletions

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1636370189364521600');
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_item_poweful_anti_venom';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(23786,'spell_item_powerful_anti_venom');