aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzxbiohazardzx <zxbiohazardzx@gmail.com>2012-10-07 17:43:13 +0200
committerZxBiohazardZx <zxbiohazardzx@gmail.com>2012-10-07 17:43:13 +0200
commit608ed2cf1df5e609977a44458f88ceb0cdba9477 (patch)
tree553729c6e9b23d43ea44bf6e2b3da82612ef0bc5
parent1a89de87c19936b18d45ec783a3244addb996062 (diff)
DB/Loot: increase dropchance for Plump Buzzard Wing
Closes #7989
-rw-r--r--sql/updates/world/2012_10_07_00_world_creature_loot_template.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2012_10_07_00_world_creature_loot_template.sql b/sql/updates/world/2012_10_07_00_world_creature_loot_template.sql
new file mode 100644
index 00000000000..2829725c76c
--- /dev/null
+++ b/sql/updates/world/2012_10_07_00_world_creature_loot_template.sql
@@ -0,0 +1,2 @@
+-- increase droprate for Plump Buzzard Wing
+UPDATE `creature_loot_template` SET `chanceOrQuestChance`=-50 WHERE `item`=23239;