From 26309cc56287272fa4cdc1990ffae17743a6dd3c Mon Sep 17 00:00:00 2001 From: Kerrinen Hope <8914+Ravendwyr@users.noreply.github.com> Date: Sun, 23 Jun 2024 12:54:33 +0100 Subject: [PATCH] Add a note to the bonfire in Vashj'ir. --- Core.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Core.lua b/Core.lua index 5e9a245..f1f5d2d 100644 --- a/Core.lua +++ b/Core.lua @@ -75,6 +75,9 @@ local notes = { ["9326"] = "Speak to Zidormi near Balnir Farmstead to gain access to The Undercity.\nAlliance players may need to complete the Return To Lordaeron storyline in Oribos in order for Zidormi to appear.", ["11786"] = "Speak to Zidormi near Balnir Farmstead to gain access to Brill.\nAlliance players may need to complete the Return To Lordaeron storyline in Oribos in order for Zidormi to appear.", ["11862"] = "Speak to Zidormi near Balnir Farmstead to gain access to Brill.\nAlliance players may need to complete the Return To Lordaeron storyline in Oribos in order for Zidormi to appear.", + + -- Vashj'ir + ["29031"] = "In an underwater cave. Swim downwards towards the bubbles or use the seahorse taxi service." }