fix(DB/Creature): Add vendor food flags to Feranin (#17660)

This commit is contained in:
avarishd
2023-11-08 20:15:29 +02:00
committed by GitHub
parent 3d098c3b3e
commit 1885f761b3

View File

@@ -0,0 +1,2 @@
-- Feranin
UPDATE `creature_template` SET `npcflag` = `npcflag`|512 WHERE `entry` = 19518;