From bc9d5bcc9649bf9deefd2ab1e8156172b3b094f6 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sat, 23 Jan 2016 13:45:08 +0100 Subject: [PATCH] DB/Misc: add deletes --- sql/updates/world/2016_01_23_03_world.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/sql/updates/world/2016_01_23_03_world.sql b/sql/updates/world/2016_01_23_03_world.sql index 39e097e2156..2f1879b078d 100644 --- a/sql/updates/world/2016_01_23_03_world.sql +++ b/sql/updates/world/2016_01_23_03_world.sql @@ -1,4 +1,5 @@ -- +DELETE FROM `spell_loot_template` WHERE `Entry` IN (75183,86615); INSERT INTO `spell_loot_template` (`Entry`, `Item`, `MinCount`, `MaxCount`) VALUES (75183, 54464, 8, 11);