fix(DB/Creature): Add vendor food flags to Boots & Gant (#17641)

This commit is contained in:
avarishd
2023-11-07 13:40:54 +02:00
committed by GitHub
parent 12ff3e0c67
commit 961ea47cf1

View File

@@ -0,0 +1,2 @@
-- Boots & Gant
UPDATE `creature_template` SET `npcflag` = `npcflag`|512 WHERE `entry` IN (19617,19572);