fix(DB/creature_loot_template): Remove the Scarlet Key from creature loot tables (#5814)

This commit is contained in:
Raelorasz
2021-05-18 13:30:25 +02:00
committed by GitHub
parent fc4496ecf5
commit e81b487b12

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1620842884434937800');
DELETE FROM `creature_loot_template` WHERE `Item` = 7146 AND `Entry` IN (4291,4299,4540);