fix(DB/disenchant_loot): DE loot for Dusty Mail Boots (#8451)
This commit is contained in:
parent
8b70222ae2
commit
d3b22bee65
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1634048043586591327');
|
||||
|
||||
-- Fixes disenchanting loot for Dusty Mail Boots
|
||||
UPDATE `item_template` SET `DisenchantID` = 45 WHERE `entry` = 19509;
|
||||
Loading…
Add table
Add a link
Reference in a new issue