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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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