mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
fix(DB): Reference loot table 4001/4000 (#24029)
Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
UPDATE `reference_loot_template` SET `Chance` = 5 WHERE `Entry` = 6010 AND `Item` = 1 AND `Reference` = 4000;
|
||||
UPDATE `reference_loot_template` SET `Chance` = 5 WHERE `Entry` = 6010 AND `Item` = 2 AND `Reference` = 4001;
|
||||
Reference in New Issue
Block a user