Skip to content

Commit

Permalink
Merge pull request #774 from Flamanis/fix-window-welcome
Browse files Browse the repository at this point in the history
Use correct table for storage in window_welcome
  • Loading branch information
Tercioo authored Jul 16, 2024
2 parents d997d24 + ecdc0bb commit d243c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frames/window_welcome.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {}
Expand Down

0 comments on commit d243c46

Please sign in to comment.