From 45d67c4b1c7e70af12f536cf77b391911f0348e5 Mon Sep 17 00:00:00 2001 From: The Dax Date: Sat, 21 Jun 2025 07:29:49 -0400 Subject: [PATCH] Forgot Gridania's inn name --- resources/scripts/Global.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/scripts/Global.lua b/resources/scripts/Global.lua index 941372a..4503a4f 100644 --- a/resources/scripts/Global.lua +++ b/resources/scripts/Global.lua @@ -51,7 +51,7 @@ registerAction(6221, "items/Fantasia.lua") registerEvent(721028, "tosort/UnendingJourney.lua") registerEvent(721044, "tosort/CrystalBell.lua") registerEvent(131079, "warp/WarpInnGeneric.lua") -- Exit Limsa Upper Decks to Mizzenmast Inn room -registerEvent(131080, "warp/WarpInnGeneric.lua") -- Exit New Gridania to Inn room +registerEvent(131080, "warp/WarpInnGeneric.lua") -- Exit New Gridania to The Roost Inn room registerEvent(131081, "warp/WarpInnGeneric.lua") -- Exit Ul'dah: Steps of Nald to The Hourglass Inn room registerEvent(131082, "common/GenericWarp.lua") -- Exit Mizzenmast Inn to Limsa Upper Decks registerEvent(131083, "common/GenericWarp.lua") -- Exit The Roost to New Gridania