Skip to content

Commit

Permalink
[0047] Correct drop chance of Turtle Meat from Snapjaw once more.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonXS committed Jun 24, 2023
1 parent 21c2c7e commit 3e8b871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Updates/0047_VDB-20221217024824_world.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3e8b871

Please sign in to comment.