diff options
| author | Sorikoff <46191832+Sorikoff@users.noreply.github.com> | 2019-07-08 13:42:35 +0000 |
|---|---|---|
| committer | Wyrserth <wyrserth@protonmail.com> | 2019-07-08 15:42:35 +0200 |
| commit | a64d7df6623d90c529fab76dc6b41e2db5a3abd4 (patch) | |
| tree | 7feaaf8d9f2fd44ed493a67f2fe69111804d0b9d /sql/updates | |
| parent | e71773140c8efbea4abe612a71d4a65f041d450c (diff) | |
Scripts/Spells: Brittle Armor & Mercurial Shield (#23576)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/3.3.5/9999_99_99_99_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/9999_99_99_99_world.sql b/sql/updates/world/3.3.5/9999_99_99_99_world.sql new file mode 100644 index 00000000000..e1df8449bd6 --- /dev/null +++ b/sql/updates/world/3.3.5/9999_99_99_99_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'); |
