aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2020-05-06 22:44:49 +0200
committerShauren <shauren.trinity@gmail.com>2022-01-02 16:29:23 +0100
commitc5071416aa5cf194c3ad4687486d96c0e0b4c616 (patch)
tree6983f76b119b92ad0077bb001c587239231f0a33 /sql
parentd56d92fbe7436af00e00b00ca5e7640f852d3485 (diff)
DB/Loot: Remove more incorrect items from creatures
Closes #24573 (cherry picked from commit e64ed729d7bb17074b9f4fc1de80c726a2ae4903)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2022_01_02_07_world_2020_05_06_01_world.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_02_07_world_2020_05_06_01_world.sql b/sql/updates/world/master/2022_01_02_07_world_2020_05_06_01_world.sql
new file mode 100644
index 00000000000..7d6b0e33ba1
--- /dev/null
+++ b/sql/updates/world/master/2022_01_02_07_world_2020_05_06_01_world.sql
@@ -0,0 +1,8 @@
+-- Only from gameobjects or items
+DELETE FROM `creature_loot_template` WHERE `Item` IN (11184,11185,11186,11188,11325);
+-- Only from Molten Destroyer
+DELETE FROM `creature_loot_template` WHERE `Item` = 11382 AND `Entry` != 11659;
+
+-- They shouldn't have loot table
+DELETE FROM `creature_loot_template` WHERE `Entry` IN (8397,9136,10637,14757);
+UPDATE `creature_template` SET `lootid` = 0 WHERE `Entry` IN (8397,9136,10637,14757);