fix(DB/creature_loot_template): Remove Crumpled, Ripped and Torn Note from Highland Thrasher loot table (#5484)

This commit is contained in:
Raelorasz
2021-05-17 17:09:36 +02:00
committed by GitHub
parent d0a259d6ee
commit b0a9c83dc3

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1619445079257787200');
DELETE FROM `creature_loot_template` WHERE (`Entry` = 2560) AND (`Item` IN (4100, 4101, 4102));