Skip to content

Commit

Permalink
fix: fix the cache nil error 2
Browse files Browse the repository at this point in the history
  • Loading branch information
fang2hou committed Aug 18, 2024
1 parent a25c793 commit 6f3a9cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Modules/Tooltips/Progression.lua
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ local loadedComparison
local compareGUID
local cache = {}

local inspectHistory = {guid = nil, name = nil}
local lastUpdatedPlayer = nil
local inspectHistory = {}
local lastUpdatedPlayer = {guid = nil, name = nil}

local difficulties = {
{name = L["Raid Finder"], abbr = L["[ABBR] Raid Finder"], color = "ff8000"},
Expand Down

0 comments on commit 6f3a9cb

Please sign in to comment.