From 74ed066aa34fbd30161136d5989e99bbe34ab72d Mon Sep 17 00:00:00 2001 From: offl Date: Mon, 20 Jun 2022 17:25:35 +0300 Subject: DB/Loot: Remove loot from creatures which shouldn't drop anything --- sql/updates/world/3.3.5/2022_06_20_00_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2022_06_20_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2022_06_20_00_world.sql b/sql/updates/world/3.3.5/2022_06_20_00_world.sql new file mode 100644 index 00000000000..7491fa6b919 --- /dev/null +++ b/sql/updates/world/3.3.5/2022_06_20_00_world.sql @@ -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); -- cgit v1.2.3