feat: standardize v1.5.0 and consolidate stability fixes

This commit is contained in:
Xurkon
2026-03-28 11:08:32 -05:00
parent 4c7a318de6
commit 59c33e9f9c
26 changed files with 942 additions and 771 deletions
+4
View File
@@ -115,6 +115,10 @@ function QuestieEvent:Load()
end
end
if not QuestieEvent.eventQuests then
return
end
for _, questData in pairs(QuestieEvent.eventQuests) do
local eventName = questData[1]
local questId = questData[2]