fix(DB/Spells): All PvP Bandages (#5168)

This commit is contained in:
Stifler82
2021-04-11 11:00:18 +01:00
committed by GitHub
parent 9a995d257c
commit 8ed754ada4

View File

@@ -0,0 +1,11 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1617739461755573400');
DELETE FROM `spell_script_names` WHERE (`spell_id` IN (23567, 23568, 23569, 23696, 24412, 24413, 24414));
INSERT INTO `spell_script_names` VALUES
(23567, 'spell_gen_bandage'),
(23568, 'spell_gen_bandage'),
(23569, 'spell_gen_bandage'),
(23696, 'spell_gen_bandage'),
(24412, 'spell_gen_bandage'),
(24413, 'spell_gen_bandage'),
(24414, 'spell_gen_bandage');