Files
mod-individual-progression/sql/world/base/zone_stranglethorn.sql
Grimfeather 6b7cc92b61 fix Pristine Tigress Fang drop chance
chance was 100%
now set to 4%,
2025-04-30 17:31:54 +02:00

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;