aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZxBiohazardZx <zxbiohazardzx@gmail.com>2012-04-20 20:19:49 +0200
committerZxBiohazardZx <zxbiohazardzx@gmail.com>2012-04-20 20:19:49 +0200
commitb3f0c7fbcfdce2fb825269c368838a49e9f879df (patch)
treee15e6301577211b50e656d3d1d14dd84b9caf34a
parentda9554b6a14a2e567eff943d924ad02c8cc4d01a (diff)
DB/Loot: increase dropchance for Grimescale Murloc Head
Closes #4161
-rw-r--r--sql/updates/world/2012_04_20_04_world_creature_loot_template.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2012_04_20_04_world_creature_loot_template.sql b/sql/updates/world/2012_04_20_04_world_creature_loot_template.sql
new file mode 100644
index 00000000000..73e01efa23e
--- /dev/null
+++ b/sql/updates/world/2012_04_20_04_world_creature_loot_template.sql
@@ -0,0 +1,3 @@
+-- Make Grimscale Murlocs drop their heads faster...
+UPDATE `creature_loot_template` SET `ChanceOrQuestChance`=-66 WHERE `item`=21757;
+