From 6b7cc92b61dfa07696426f452976d09021c03ef3 Mon Sep 17 00:00:00 2001 From: Grimfeather <88028633+Grimfeather@users.noreply.github.com> Date: Wed, 30 Apr 2025 17:31:54 +0200 Subject: [PATCH] fix Pristine Tigress Fang drop chance chance was 100% now set to 4%, --- sql/world/base/zone_stranglethorn.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/world/base/zone_stranglethorn.sql diff --git a/sql/world/base/zone_stranglethorn.sql b/sql/world/base/zone_stranglethorn.sql new file mode 100644 index 0000000..5ed28a9 --- /dev/null +++ b/sql/world/base/zone_stranglethorn.sql @@ -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;