fix(DB:Creature) Removes Spider Meat from Deviate Creepers/Lurkers (#6608)

This commit is contained in:
Azcobu
2021-07-06 00:42:54 +09:30
committed by GitHub
parent af78215264
commit 45f35e8acc

View File

@@ -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;