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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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