Skip to content

Commit cd2fca5

Browse files
authored
Update 20240913171704_world.sql
1 parent 1ec9a42 commit cd2fca5

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

sql/migrations/20240913171704_world.sql

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,37 @@ UPDATE `gossip_menu_option` SET `condition_id` = 92 WHERE `option_icon` = 3 AND
403403
4530, -- Tigor Skychaser
404404
4652, -- Haromm, Shikrik
405405
5123); -- Sagorne Creststrider
406+
-- Priest
407+
UPDATE `gossip_menu_option` SET `condition_id` = 94 WHERE `option_icon` = 3 AND menu_id IN (
408+
3642, -- High Priest Rohan
409+
3643, -- Nara Meideros
410+
3644, -- Tai'jin, Ken'jai
411+
3645, -- Dark Cleric Duesten, Dark Cleric Beryl
412+
4466, -- High Priestess Laurena
413+
4467, -- Brother Joshua
414+
4468, -- Brother Benjamin
415+
4521, -- Ur'kyo
416+
4522, -- Zayus
417+
4523, -- X'yera
418+
4531, -- Malakai Cross
419+
4532, -- Father Cobb
420+
4533, -- Miles Welsh
421+
4543, -- Father Lazarus
422+
4544, -- Aelthalyste
423+
4545, -- Father Lankester
424+
4558, -- Braenna Flintcrag
425+
4560, -- Toldren Deepiron
426+
4572, -- Lariia
427+
4573, -- Jandria
428+
4665, -- Priestess Anetta
429+
4666, -- Priestess Josetta
430+
4679, -- Branstock Khalder
431+
4680, -- Maxan Anvol, Theodrus Frostbeard
432+
4691); -- Shanda, Laurna Morninglight, Astarii Starseeker, Priestess Alathea
433+
434+
435+
436+
406437

407438
-- End of migration.
408439
END IF;

0 commit comments

Comments
 (0)