fix(DB/disenchant_loot): DE loot for Dusty Mail Boots (#8451)

This commit is contained in:
syssneck
2021-10-15 00:55:08 +02:00
committed by GitHub
parent 8b70222ae2
commit d3b22bee65

View File

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