diff options
-rw-r--r-- | sql/updates/world/2015_05_26_03_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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); |