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

Closes #27654
This commit is contained in:
Alastro-Kraken
2022-01-22 16:07:38 +02:00
committed by offl
parent 3bb7dd449f
commit f21b2db60e

View File

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