fix(DB/creature_loot_template): Elixir of Demonslaying should not drop (#7988)

This commit is contained in:
syssneck
2021-09-21 05:30:11 +02:00
committed by GitHub
parent 78034bfa3f
commit a27996d706

View File

@@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1632053563315305884');
-- Deletes Elixir of Demonslaying drop from 7 mobs, that shouldn't drop the item
DELETE FROM `creature_loot_template` WHERE `Item` = 9224 AND `Entry` IN (2647, 5988, 8598, 8912, 9240, 10469, 11738);