fix(DB/Creature): update gossip for pilgrims bounty cooking trainers (#23873)
This commit is contained in:
parent
0f49bdca0d
commit
56dc563394
1 changed files with 5 additions and 0 deletions
|
|
@ -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));
|
||||
Loading…
Add table
Add a link
Reference in a new issue