From fabedd103e2b2a47ebb0924dc8a09a6c7e877f2a Mon Sep 17 00:00:00 2001 From: Frankie-hz <105882754+Frankie-hz@users.noreply.github.com> Date: Mon, 26 Jan 2026 22:52:27 -0500 Subject: [PATCH] Fixes function name in lower jeuno --- scripts/zones/Lower_Jeuno/Zone.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/zones/Lower_Jeuno/Zone.lua b/scripts/zones/Lower_Jeuno/Zone.lua index 8394764ec22..3c4897990e4 100644 --- a/scripts/zones/Lower_Jeuno/Zone.lua +++ b/scripts/zones/Lower_Jeuno/Zone.lua @@ -46,7 +46,7 @@ zoneObject.onGameHour = function(zone) -- she starts near Zauko and paths all the way to the Rolanberry exit. -- xi.path.flag.WALLHACK because she gets stuck on some terrain otherwise. if vanadielHour == 1 then - if xi.quest.communityServiceVhana(zone) then + if xi.quest.communityServiceStartVhana(zone) then local vhana = GetNPCByID(ID.npc.VHANA_EHGAKLYWHA) if not vhana then return