mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
3 lines
174 B
SQL
3 lines
174 B
SQL
/* 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;
|