feat(Scripts/Spells): Move to spell scripts - Brittle Armor & Mercurial Shield (#11116)
* . * Update SpellEffects.cpp
This commit is contained in:
parent
bd248a82d0
commit
b680ea3dae
3 changed files with 50 additions and 8 deletions
|
|
@ -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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue