Merge pull request #52 from Grimfeather/fix-Pristine-Tigress-Fang-drop-chance

fix Pristine Tigress Fang drop chance
This commit is contained in:
Grimfeather
2025-04-30 17:32:21 +02:00
committed by GitHub

View 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;