From 41a69fa37cb01b9d99f81a033650a41ee652fad6 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Tue, 26 May 2015 00:26:30 +0200 Subject: DB/Item: Rumsey's alcohols By Killyana, closes #13036 --- sql/updates/world/2015_05_26_03_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2015_05_26_03_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2015_05_26_03_world.sql b/sql/updates/world/2015_05_26_03_world.sql new file mode 100644 index 00000000000..30b5103caa8 --- /dev/null +++ b/sql/updates/world/2015_05_26_03_world.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `spell_group` WHERE `id`=1001 AND `spell_id` IN (45694, 20875, 25804, 25722, 25037); +INSERT INTO `spell_group` (`id`, `spell_id`) VALUES (1001, 45694), (1001, 20875), (1001, 25804), (1001, 25722), (1001, 25037); -- cgit v1.2.3