Skip to content

Commit

Permalink
Fix watched faction
Browse files Browse the repository at this point in the history
  • Loading branch information
Eliote committed Oct 8, 2024
1 parent fbff982 commit 5e74c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TitanReputations.lua
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ local GetWatchedFactionID = function()
return factionID
end
local data = C_Reputation.GetWatchedFactionData()
return data.factionID
return data and data.factionID
end

local sessionStart = {}
Expand Down

0 comments on commit 5e74c58

Please sign in to comment.