fix(DB/creature_loot): remove Frost Oil drops from 3 NPCs (#7745)
This commit is contained in:
parent
a97e73e592
commit
77f118951a
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue