mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/loot): Correct Treant's Bane drop rate (#9280)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1637585876511707240');
|
||||
|
||||
-- Change Treant's Bane drop rate from Gordok Tribute
|
||||
UPDATE `reference_loot_template` SET `Chance` = 0.1 WHERE `Entry` = 12007 AND `Item` = 18538;
|
||||
|
||||
Reference in New Issue
Block a user