fix(DB): Reference loot table 4001/4000 (#24029)

Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
This commit is contained in:
blinkysc
2025-12-29 06:57:38 -06:00
committed by GitHub
parent 105d8daf79
commit ea1c8919f5

View File

@@ -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;