From 963cd0e384c9f1aaad42666ac9694921b2e58ec8 Mon Sep 17 00:00:00 2001 From: Flamanis Date: Mon, 15 Jul 2024 21:49:41 -0500 Subject: [PATCH] Use correct table for storage --- frames/window_welcome.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frames/window_welcome.lua b/frames/window_welcome.lua index a651a28a..781f2b7c 100644 --- a/frames/window_welcome.lua +++ b/frames/window_welcome.lua @@ -14,7 +14,7 @@ function _detalhes:OpenWelcomeWindow() if (not window) then --on first run, sincronize with guild - _detalhes.storage:DBGuildSync() + Details222.storage:DBGuildSync() local index = 1 local pages = {}