fix(DB): Reference loot table 4001/4000 (#24029)
Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
This commit is contained in:
parent
105d8daf79
commit
ea1c8919f5
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue