fix(DB/Loot): remove blackened gloves loot (#4672)

This commit is contained in:
Stefano Borzì
2021-03-07 13:11:12 +01:00
committed by GitHub
parent 4ca6e4b3d9
commit ad8f204496

View File

@@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1614625832426604950');
DELETE FROM `reference_loot_template` WHERE `Item` IN (10400, 10401, 10402);