From a64d7df6623d90c529fab76dc6b41e2db5a3abd4 Mon Sep 17 00:00:00 2001 From: Sorikoff <46191832+Sorikoff@users.noreply.github.com> Date: Mon, 8 Jul 2019 13:42:35 +0000 Subject: Scripts/Spells: Brittle Armor & Mercurial Shield (#23576) --- sql/updates/world/3.3.5/9999_99_99_99_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/9999_99_99_99_world.sql (limited to 'sql') 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'); -- cgit v1.2.3