From 06e50dfb38f3f9aceeb5110833094b7f61ff7fe4 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sat, 20 Jan 2018 10:09:16 +0100 Subject: [PATCH] DB/Quest: add Burning Blade Spellscroll loot By offl --- sql/updates/world/4.3.4/2018_01_20_00_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/4.3.4/2018_01_20_00_world.sql diff --git a/sql/updates/world/4.3.4/2018_01_20_00_world.sql b/sql/updates/world/4.3.4/2018_01_20_00_world.sql new file mode 100644 index 00000000000..743752c0f69 --- /dev/null +++ b/sql/updates/world/4.3.4/2018_01_20_00_world.sql @@ -0,0 +1,4 @@ +-- Quest: The Burning Blade +DELETE FROM `creature_loot_template` WHERE `Item`= 52564; +INSERT INTO `creature_loot_template` (`Entry`,`Item`,`Chance`,`QuestRequired`,`MinCount`,`MaxCount`) VALUES +(3196,52564,86,1,1,1),(3199,52564,64,1,1,1),(3195,52564,43,1,1,1);