fix(DB/Loot): Goblin Rocket Fuel and Discombobulator Ray should always drop off Mux's Quality Goods (#10141)

This commit is contained in:
Skjalf
2022-01-12 20:03:34 -03:00
committed by GitHub
parent fbc7979fed
commit 573796df68

View File

@@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1641972530727711400');
-- Goblin Rocket Fuel and Discombobulator Ray should have 100% drop chance from Mux's Quality Goods
UPDATE `item_loot_template` SET `Chance` = 100 WHERE `Item` IN (4388, 9061) AND `Entry` = 22320;