mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 14:16:31 +00:00
fix(DB/Loot): Goblin Rocket Fuel and Discombobulator Ray should always drop off Mux's Quality Goods (#10141)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user