mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
fix(DB/loot): Reduce Plans: Copper Chain Vest drop rates in Siltfins+Mistbats (#6376)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1623851652869107640');
|
||||
|
||||
-- Reduce Plans: Copper Chain Vest drop rate for Siltfin Murloc and Mistbat
|
||||
UPDATE `creature_loot_template` SET `Chance` = 0.3 WHERE `entry` IN (17190, 16353) AND `item` = 3609;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user