mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
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:
@@ -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');
|
||||
Reference in New Issue
Block a user