fix(DB/Creature): Add vendor food flags to Targrom (#17647)

This commit is contained in:
avarishd
2023-11-07 20:17:31 +02:00
committed by GitHub
parent f417a166bc
commit 8c846d6f14

View File

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