diff options
| author | SnapperRy <snapperryen@gmail.com> | 2016-09-15 14:39:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-15 14:39:58 +0200 |
| commit | 79d51e7dd6e41a4b77cfc5d0613168f5189bbf6d (patch) | |
| tree | db4a7a2f582d273d2ad8384acfead16a1f4c2279 | |
| parent | 22133804a1ba15e6a473a28a4b3b40c49dc94d7d (diff) | |
DB/Loot: fix drop chance for two quest items.
Fenclaw Hide and Mature Bone Sifter Carcass should always drop.
| -rw-r--r-- | sql/updates/world/3.3.5/2016_09_15_03_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_09_15_03_world.sql b/sql/updates/world/3.3.5/2016_09_15_03_world.sql new file mode 100644 index 00000000000..ab31a870df2 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_09_15_03_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_loot_template` SET `Chance`=100 WHERE `Item` IN (24486, 31814); |
