diff options
author | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-04-20 20:19:49 +0200 |
---|---|---|
committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-04-20 20:19:49 +0200 |
commit | b3f0c7fbcfdce2fb825269c368838a49e9f879df (patch) | |
tree | e15e6301577211b50e656d3d1d14dd84b9caf34a | |
parent | da9554b6a14a2e567eff943d924ad02c8cc4d01a (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.sql | 3 |
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; + |