diff options
author | Gecko32 <gecko32@trinity.contrib> | 2012-04-23 22:18:42 +0200 |
---|---|---|
committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-04-23 22:18:42 +0200 |
commit | e98dc0e8384ff86f79abe6d741d16a55ba448911 (patch) | |
tree | b5c63e988ebe9a073ed5c0d0d3109c93a42b4b56 | |
parent | 7901e28b762396fbb74e236d184619b6594c9dfd (diff) |
DB/Loot: Correct Mote of Life dropchance
Closes #5692
-rw-r--r-- | sql/updates/world/2012_04_23_04_world_creature_loot_template.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2012_04_23_04_world_creature_loot_template.sql b/sql/updates/world/2012_04_23_04_world_creature_loot_template.sql new file mode 100644 index 00000000000..94d2b092d12 --- /dev/null +++ b/sql/updates/world/2012_04_23_04_world_creature_loot_template.sql @@ -0,0 +1,2 @@ +-- Correct dropchance for Mote of Life, wowhead was wrong (as usual) +UPDATE `creature_loot_template` SET `ChanceOrQuestChance`=18.5307 WHERE `entry`=22307 AND `item`=22575; |