From 3e8b87152693248cd135c4f60eff2a7c5e6f6c95 Mon Sep 17 00:00:00 2001 From: AnonXS Date: Sat, 24 Jun 2023 20:58:04 +0200 Subject: [PATCH] [0047] Correct drop chance of Turtle Meat from Snapjaw once more. --- Updates/0047_VDB-20221217024824_world.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Updates/0047_VDB-20221217024824_world.sql b/Updates/0047_VDB-20221217024824_world.sql index 481b92ced..946e51f6f 100644 --- a/Updates/0047_VDB-20221217024824_world.sql +++ b/Updates/0047_VDB-20221217024824_world.sql @@ -2,7 +2,7 @@ -- https://github.com/vmangos/core/commit/29ad9a622ba501fe2492407f9a77ef70a94a7281 -- Correct drop chance of Turtle Meat from Snapjaw. --- Classic 30%, TBC 50%, WOTLK 100% +-- Classic 15%, TBC 25%, WOTLK 50% 1-2 stack! UPDATE `creature_loot_template` SET `ChanceOrQuestChance` = 50 WHERE `item`=3712 && `entry`=2408; -- Correct drop chance of Aged Gorilla Sinew.