fix(DB/loot): Adjust loot chance of Captain's Key (#5133)
This commit is contained in:
parent
ee1918a3e9
commit
d2608d986f
1 changed files with 8 additions and 0 deletions
|
|
@ -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%
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue