From 2c60e4f8fa3cfd7135e42b988ba843d90babc1d9 Mon Sep 17 00:00:00 2001 From: The Dax Date: Wed, 25 Jun 2025 18:54:55 -0400 Subject: [PATCH] Fix a typo in Events.lua --- resources/scripts/events/Events.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/scripts/events/Events.lua b/resources/scripts/events/Events.lua index 10100d6..6a4a68b 100644 --- a/resources/scripts/events/Events.lua +++ b/resources/scripts/events/Events.lua @@ -273,7 +273,7 @@ to_sort = { [1179657] = "Chocobokeep.lua", -- Chocobokeep in Central Shroud } --- Events in /common that aren't already get covered by other tables +-- Events in /common that aren't already covered by other tables common_events = { [720915] = "GenericMender.lua", }