mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 01:59:09 +00:00
feat(Scripts/Spells): Move to spell scripts - Brittle Armor & Mercurial Shield (#11116)
* . * Update SpellEffects.cpp
This commit is contained in:
committed by
GitHub
parent
bd248a82d0
commit
b680ea3dae
@@ -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');
|
||||
Reference in New Issue
Block a user