Scripts/Spells: Brittle Armor & Mercurial Shield (#23576)

This commit is contained in:
Sorikoff
2019-07-08 13:42:35 +00:00
committed by Wyrserth
parent e71773140c
commit a64d7df662
3 changed files with 48 additions and 8 deletions

View File

@@ -0,0 +1,4 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_item_brittle_armor','spell_item_mercurial_shield');
INSERT INTO `spell_script_names` VALUES
(24590,'spell_item_brittle_armor'),
(26465,'spell_item_mercurial_shield');