aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastro-Kraken <Alastro-Kraken@users.noreply.github.com>2022-01-22 16:07:38 +0200
committerShauren <shauren.trinity@gmail.com>2022-03-25 22:50:32 +0100
commit87279a0bd2e779933d0a2978ac9fdf9dd09beb80 (patch)
tree160e4188d7fada793eb9a5cde6f738bae7ceae45
parent2047afb4d8cf894dde93cc8a6b2d8766d1aeda6a (diff)
DB/Loot: Remove fish which shouldn't drop from creatures
Closes #27654 (cherry picked from commit f21b2db60e1639e41b278b830bfbbdd1df809276)
-rw-r--r--sql/updates/world/master/2022_03_25_03_world_2022_01_22_01_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_25_03_world_2022_01_22_01_world.sql b/sql/updates/world/master/2022_03_25_03_world_2022_01_22_01_world.sql
new file mode 100644
index 00000000000..f8d147109b9
--- /dev/null
+++ b/sql/updates/world/master/2022_03_25_03_world_2022_01_22_01_world.sql
@@ -0,0 +1,2 @@
+--
+DELETE FROM `creature_loot_template` WHERE `Item` IN (787,4592,4593,6887,8957) AND `Reference` = 0;