fix(DB/Loot) - Lorgalis Manuscript no longer drops from creatures. (#22092)

This commit is contained in:
Ryan Turner
2025-05-10 01:10:09 +01:00
committed by GitHub
parent 52799d76f6
commit 6a387fe637

View File

@@ -0,0 +1,2 @@
-- Deletes `Lorgalis Manuscript` (5359) from `Aku'mai Fisher` (4824), `Blackfathom Myrmidon` (4807), `Blackfathom Sea Witch` (4805) and `Snapping Crustacean` (4822)
DELETE FROM `creature_loot_template` WHERE `Item` = 5359;