fix(DB/Creature): update gossip for pilgrims bounty cooking trainers (#23873)

This commit is contained in:
sogladev
2025-11-24 12:56:57 +01:00
committed by GitHub
parent 0f49bdca0d
commit 56dc563394

View File

@@ -0,0 +1,5 @@
--
-- Set GOSSIP flag
UPDATE `creature_template` SET `npcflag` = `npcflag` | 1 WHERE (`entry` IN (34712, 34713, 34714, 34786, 34785));
-- 10568 -- Hello, $N. If you're looking for cooking training, you've come to the right place. I usually get lots of new students when Pilgrim's Bounty rolls around.
UPDATE `creature_template` SET `gossip_menu_id` = 10568 WHERE (`entry` IN (34708, 34712, 34713, 34714, 34786, 34785, 34711));