fix(DB/Loot): remove Bolt of Runecloth from creatures

This commit is contained in:
IntelligentQuantum
2022-01-03 19:55:10 +03:30
committed by GitHub
parent 317e793b12
commit d3ae7a44e3

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1640237865997678645');
DELETE FROM `creature_loot_template` WHERE `Item` = 14048;