mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Merge pull request #52 from Grimfeather/fix-Pristine-Tigress-Fang-drop-chance
fix Pristine Tigress Fang drop chance
This commit is contained in:
2
sql/world/base/zone_stranglethorn.sql
Normal file
2
sql/world/base/zone_stranglethorn.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
/* Drop chance for Pristine Tigress Fang was incorrectly set to 100 - updated to 4 */
|
||||
UPDATE `creature_loot_template` SET `Chance` = 4 WHERE `Item` = 3839 AND `Entry` = 772;
|
||||
Reference in New Issue
Block a user