fix(DB/loot): Remove 30+ food from Palemane Skinner (#26653)

This commit is contained in:
zackchadwick 2026-07-18 11:58:37 -04:00 committed by GitHub
parent 1ee92134db
commit bb5c7c832a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
--
DELETE FROM `creature_loot_template` WHERE (`Entry` = 2950) AND (`Item` IN (3771, 4599));