mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 02:50:29 +00:00
fix(DB/creature_loot): remove Frost Oil drops from 3 NPCs (#7745)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user