DB/Loot: Remove fish which shouldn't drop from creatures

Closes #27654

(cherry picked from commit f21b2db60e)
This commit is contained in:
Alastro-Kraken
2022-01-22 16:07:38 +02:00
committed by Shauren
parent 2047afb4d8
commit 87279a0bd2

View File

@@ -0,0 +1,2 @@
--
DELETE FROM `creature_loot_template` WHERE `Item` IN (787,4592,4593,6887,8957) AND `Reference` = 0;