diff options
| author | offl <offl@users.noreply.github.com> | 2022-06-20 17:25:35 +0300 |
|---|---|---|
| committer | offl <offl@users.noreply.github.com> | 2022-06-20 17:25:35 +0300 |
| commit | 74ed066aa34fbd30161136d5989e99bbe34ab72d (patch) | |
| tree | dec9d8212e777739be3429a164a31cea72aa9ae1 | |
| parent | 61f32426ab534f8b19fc85bbbac1224ffc73a70c (diff) | |
DB/Loot: Remove loot from creatures which shouldn't drop anything
| -rw-r--r-- | sql/updates/world/3.3.5/2022_06_20_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
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); |
