diff options
| author | Sorikoff <46191832+Sorikoff@users.noreply.github.com> | 2019-07-08 13:42:35 +0000 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-12-15 00:17:32 +0100 |
| commit | a947a0e85e301748d32140d76d0a25a1e5997406 (patch) | |
| tree | b340890186c726676a2588b19e22a90942250671 /sql | |
| parent | 61cc88731c8941289352a1aaa6410bc3dce83faa (diff) | |
Scripts/Spells: Brittle Armor & Mercurial Shield (#23576)
(cherry picked from commit a64d7df6623d90c529fab76dc6b41e2db5a3abd4)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2021_12_14_08_world_2019_07_08_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_14_08_world_2019_07_08_00_world.sql b/sql/updates/world/master/2021_12_14_08_world_2019_07_08_00_world.sql new file mode 100644 index 00000000000..e1df8449bd6 --- /dev/null +++ b/sql/updates/world/master/2021_12_14_08_world_2019_07_08_00_world.sql @@ -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'); |
