fix(Scripts/Items): Powerful Anti-venom (#7854)

This commit is contained in:
jestermaniac
2021-09-18 22:45:55 +02:00
committed by GitHub
parent 0dffcb5aca
commit a8ca50fc47
2 changed files with 52 additions and 0 deletions

View File

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