mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 02:50:29 +00:00
fix(DB/Spells): All PvP Bandages (#5168)
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user