diff options
| author | Killyana <morphone1@gmail.com> | 2016-06-12 04:19:58 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2016-06-12 04:19:58 +0200 |
| commit | bd3bfc4ce127cdacb4b0e582609bf495bb6186ab (patch) | |
| tree | b3c83c29adba849d9f96192be71a37a5feb75f23 | |
| parent | 88f1de12e42d6b1c21ca17f050a4b4d8172cf28d (diff) | |
DB/Loot: Fix some drop rates
Closes #17139
| -rw-r--r-- | sql/updates/world/3.3.5/2016_06_12_03_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_06_12_03_world.sql b/sql/updates/world/3.3.5/2016_06_12_03_world.sql new file mode 100644 index 00000000000..c1864e88bc3 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_06_12_03_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_loot_template` SET `chance`=5.4 WHERE `entry` IN (3100, 3196, 3244, 3123, 3196, 3268) AND `item`=6514; +UPDATE `creature_loot_template` SET `chance`=0.7 WHERE `entry`=3100 AND `item`=4663; |
