From 4313e31048954a0b1bab2b60dcf9b8f5f05551aa Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sat, 23 Jan 2016 11:21:33 +0100 Subject: [PATCH] DB/Misc: Fix some startup errors --- sql/updates/world/2016_01_23_03_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/2016_01_23_03_world.sql diff --git a/sql/updates/world/2016_01_23_03_world.sql b/sql/updates/world/2016_01_23_03_world.sql new file mode 100644 index 00000000000..39e097e2156 --- /dev/null +++ b/sql/updates/world/2016_01_23_03_world.sql @@ -0,0 +1,6 @@ +-- +INSERT INTO `spell_loot_template` (`Entry`, `Item`, `MinCount`, `MaxCount`) VALUES +(75183, 54464, 8, 11); + +INSERT INTO `spell_loot_template` (`Entry`, `Item`) VALUES +(86615, 61987);