From d2608d986f0c08739fc2eafe42b4595e426139a7 Mon Sep 17 00:00:00 2001 From: Silker <61223313+Si1ker@users.noreply.github.com> Date: Sun, 4 Apr 2021 18:56:38 -0600 Subject: [PATCH] fix(DB/loot): Adjust loot chance of Captain's Key (#5133) --- .../updates/pending_db_world/rev_1617560127573531400.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1617560127573531400.sql diff --git a/data/sql/updates/pending_db_world/rev_1617560127573531400.sql b/data/sql/updates/pending_db_world/rev_1617560127573531400.sql new file mode 100644 index 000000000..8b9b8a3cc --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1617560127573531400.sql @@ -0,0 +1,8 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1617560127573531400'); + +-- Pirate's Footlocker +UPDATE `item_loot_template` SET `Chance`=10 WHERE `Entry`=9276 AND `Item`=9249; -- was 21.6% + +-- Southsea Swashbuckler +UPDATE `creature_loot_template` SET `Chance`=0.02 WHERE `Entry`=7858 AND `Item`=9249; -- was 100% +