aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2021-01-15 03:57:20 +0200
committerShauren <shauren.trinity@gmail.com>2022-03-06 00:06:29 +0100
commit280d0fa9c0a70a671aad4ccc7109e8b6738dc8a9 (patch)
treee4f3e21ffcc2fe15ac2f013a33a2406abf8a3fa3
parent1d09bd112aeab42d84880d9aff29bf6ee67f9112 (diff)
DB/Loot: Remove clam meat from creature loot
Closes #25844 (cherry picked from commit 9cb2168ab9f16bef23148c10012dc9719b9049e4)
-rw-r--r--sql/updates/world/master/2022_03_05_79_world_2021_01_15_03_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_05_79_world_2021_01_15_03_world.sql b/sql/updates/world/master/2022_03_05_79_world_2021_01_15_03_world.sql
new file mode 100644
index 00000000000..bb73e21a4ad
--- /dev/null
+++ b/sql/updates/world/master/2022_03_05_79_world_2021_01_15_03_world.sql
@@ -0,0 +1,2 @@
+--
+DELETE FROM `creature_loot_template` WHERE `Item` IN (24477,5504,5503,15924) AND `Reference` = 0;