Rewrite on storage and internal ranking system
This commit is contained in:
@@ -43,7 +43,7 @@ function Details:OpenRaidHistoryWindow(raidName, bossEncounterId, difficultyId,
|
||||
table.insert(UISpecialFrames, "DetailsRaidHistoryWindow")
|
||||
|
||||
function statisticsFrame.OpenDB()
|
||||
local db = Details.storage:OpenRaidStorage()
|
||||
local db = Details222.storage.OpenRaidStorage()
|
||||
if (not db) then
|
||||
Details:Msg(Loc ["STRING_GUILDDAMAGERANK_DATABASEERROR"])
|
||||
return
|
||||
@@ -128,7 +128,7 @@ function Details:OpenRaidHistoryWindow(raidName, bossEncounterId, difficultyId,
|
||||
statisticsFrame.DownloadedSize = 0
|
||||
statisticsFrame.SyncStartTime = time()
|
||||
|
||||
Details.storage:DBGuildSync()
|
||||
Details222.storage.DBGuildSync()
|
||||
statisticsFrame.GuildSyncButton:Disable()
|
||||
|
||||
if (not statisticsFrame.SyncTexture) then
|
||||
|
||||
Reference in New Issue
Block a user