aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2020-05-02 17:59:11 +0200
committerShauren <shauren.trinity@gmail.com>2022-01-02 00:22:40 +0100
commit589bd28a6d6fbb311e8ba51c7ee79370bc54dfcb (patch)
treee36f99d3f7c5190b960756afd5cfc53955f3a7cd /sql
parent676a6449ee89d05e84799a01c6140802dea3e231 (diff)
DB/Loot: Remove incorrect items from some quest chests
Closes #24543 (cherry picked from commit 9b5375f858b7a9bac409cc0b17c56391f2787f5b)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2022_01_01_49_world_2020_05_02_05_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_01_49_world_2020_05_02_05_world.sql b/sql/updates/world/master/2022_01_01_49_world_2020_05_02_05_world.sql
new file mode 100644
index 00000000000..2308f0429b4
--- /dev/null
+++ b/sql/updates/world/master/2022_01_01_49_world_2020_05_02_05_world.sql
@@ -0,0 +1,2 @@
+-- Remove incorrect items from Trelane's Chest / Footlocker / Lockbox and Alterac Granite
+DELETE FROM `gameobject_loot_template` WHERE `Entry` IN (2145,2177,2178,2179) AND `Item` NOT IN (4521,4530,4531,4532);