feat(Scripts/Spells): Move to spell scripts - Brittle Armor & Mercurial Shield (#11116)

* .

* Update SpellEffects.cpp
This commit is contained in:
IntelligentQuantum
2022-04-01 14:32:06 +04:30
committed by GitHub
parent bd248a82d0
commit b680ea3dae
3 changed files with 50 additions and 8 deletions

View File

@@ -0,0 +1,6 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1648012632855324300');
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');