From 56dc56339484e12e17e897244f5e44dfcdd293dd Mon Sep 17 00:00:00 2001 From: sogladev Date: Mon, 24 Nov 2025 12:56:57 +0100 Subject: [PATCH] fix(DB/Creature): update gossip for pilgrims bounty cooking trainers (#23873) --- .../sql/updates/pending_db_world/rev_1763913364669224355.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1763913364669224355.sql diff --git a/data/sql/updates/pending_db_world/rev_1763913364669224355.sql b/data/sql/updates/pending_db_world/rev_1763913364669224355.sql new file mode 100644 index 000000000..324894cbc --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1763913364669224355.sql @@ -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));