aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZxBiohazardZx <zxbiohazardzx@gmail.com>2012-05-31 23:10:44 +0200
committerZxBiohazardZx <zxbiohazardzx@gmail.com>2012-05-31 23:10:44 +0200
commitfaaf22d628b538511478a579ef1d95eb61251176 (patch)
treea9059d72d5c8ca508e9d74290748edb644bd2742
parentf5ab1a3a5ccda29a5a67c4fcbdfd7a61e78ddb43 (diff)
DB/Loot: bump Draconic for Dummies to 100% if on quest
Closes #6653
-rw-r--r--sql/updates/world/2012_05_31_10_world_creature_template.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2012_05_31_10_world_creature_template.sql b/sql/updates/world/2012_05_31_10_world_creature_template.sql
new file mode 100644
index 00000000000..5499d26b0e3
--- /dev/null
+++ b/sql/updates/world/2012_05_31_10_world_creature_template.sql
@@ -0,0 +1,2 @@
+-- update the book to always drop of ragnaros
+UPDATE `creature_loot_template` SET `ChanceOrQuestChance`=-100 WHERE `entry`=11502 AND `item`=21110;