Scripts/Spells: Brittle Armor & Mercurial Shield

Port From (https://github.com/TrinityCore/TrinityCore/commit/a947a0e85e301748d32140d76d0a25a1e5997406)
This commit is contained in:
hondacrx
2021-12-27 16:47:12 -05:00
parent 30d198cfbd
commit df4c537943
3 changed files with 48 additions and 8 deletions
@@ -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');