mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Loot: Remove loot from creatures which shouldn't drop anything
This commit is contained in:
4
sql/updates/world/3.3.5/2022_06_20_00_world.sql
Normal file
4
sql/updates/world/3.3.5/2022_06_20_00_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user