mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
adjust drop chances
Made the drop chances a bit less extreme I believe drop chances on wowhead include all kills. Not just the kills with the quest active.
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
/* Drop chance for Pristine Tigress Fang was incorrectly set to 100 - updated to 4 */
|
/* Drop chance for Pristine Tigress Fang was incorrectly set to 100 - updated to 10 */
|
||||||
UPDATE `creature_loot_template` SET `Chance` = 4 WHERE `Item` = 3839 AND `Entry` = 772;
|
UPDATE `creature_loot_template` SET `Chance` = 10 WHERE `Item` = 3839;
|
||||||
|
|
||||||
/* Drop chance for Aged Gorilla Sinew was incorrectly set to 10 - updated to 2 */
|
/* Drop chance for Aged Gorilla Sinew was incorrectly set to 10 - updated to 4 */
|
||||||
UPDATE `creature_loot_template` SET `Chance` = 2 WHERE `Item` = 3862;
|
UPDATE `creature_loot_template` SET `Chance` = 4 WHERE `Item` = 3862;
|
||||||
|
|
||||||
/* Drop chance for Jungle Stalker Feather was incorrectly set to 80 - updated to 20 */
|
/* Drop chance for Jungle Stalker Feather was incorrectly set to 80 - updated to 25 */
|
||||||
UPDATE `creature_loot_template` SET `Chance` = 20 WHERE `Item` = 3863;
|
UPDATE `creature_loot_template` SET `Chance` = 25 WHERE `Item` = 3863;
|
||||||
|
|||||||
Reference in New Issue
Block a user