mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
fix(DB/loot): Adjust loot chance of Captain's Key (#5133)
This commit is contained in:
@@ -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%
|
||||
|
||||
Reference in New Issue
Block a user