fix(DB/creature_loot_template): Remove the Scarlet Key from creature loot tables (#5814)
This commit is contained in:
parent
fc4496ecf5
commit
e81b487b12
1 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Reference in a new issue