aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2018-01-20 10:10:34 +0100
committerGitHub <noreply@github.com>2018-01-20 10:10:34 +0100
commit1a32b1d3224ae2805253b82efd881645abeda8be (patch)
treeba88bfa62f3039dc19a894fa5fe56370bc101056
parentd1bd2123395347f034760143c148cd2003dbf219 (diff)
DB/Quest: add Burning Blade Spellscroll loot
By offl Closes #16401
-rw-r--r--sql/updates/world/master/2018_01_20_00_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2018_01_20_00_world.sql b/sql/updates/world/master/2018_01_20_00_world.sql
new file mode 100644
index 00000000000..743752c0f69
--- /dev/null
+++ b/sql/updates/world/master/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);