DB/Loot: Captain's Key & Pirate's Footlocker

Closes #25689

(cherry picked from commit 0800055005d708520a9665b53a17264471e7401e)
This commit is contained in:
schell244
2022-03-04 22:39:33 +01:00
committed by Shauren
parent 7670d243cd
commit 1481a49014
@@ -0,0 +1,3 @@
-- Remove Captain's Key from creature loot, contained in Pirate's Footlocker. Adjust chance of Pirate's Footlocker
DELETE FROM `creature_loot_template` WHERE `Item` = 9249 AND `Reference` = 0;
UPDATE `creature_loot_template` SET `Chance` = 10 WHERE `Item` = 9276 AND `Reference` = 0;