fix(DB/creature_loot): remove Frost Oil drops from 3 NPCs (#7745)

This commit is contained in:
Azcobu
2021-09-08 05:20:10 +09:30
committed by GitHub
parent a97e73e592
commit 77f118951a

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1630927565231100667');
-- Remove Frost Oil from Vilebranch Witch Doctor, Tar Creeper, and Deadwood Gardener
DELETE FROM `creature_loot_template` WHERE `Entry` IN (2640, 6527, 7154) AND `Item` = 3829;