mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-27 23:56:25 +00:00
fix(DB:Creature) Removes Spider Meat from Deviate Creepers/Lurkers (#6608)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1624770439358526029');
|
||||
|
||||
-- Remove Crisp Spider Meat from Deviate Lurker and Deviate Creeper
|
||||
DELETE FROM `creature_loot_template` WHERE `Entry` IN (3632, 3641) AND `Item` = 1081;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user