DB/Loot: Remove loot from creatures which shouldn't drop anything

This commit is contained in:
offl
2022-06-20 17:25:35 +03:00
parent 61f32426ab
commit 74ed066aa3

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `creature_loot_template` WHERE `Entry` IN (4625,11374,12352,27213,27414,31205);
DELETE FROM `pickpocketing_loot_template` WHERE `Entry` IN (12352);
UPDATE `creature_template` SET `lootid` = 0, `pickpocketloot` = 0 WHERE `entry` IN (4625,11374,12352,27213,27414,31205);