Skip to content

Commit

Permalink
Fix for not loading Carb + Adding fall back function to handle quests…
Browse files Browse the repository at this point in the history
… not in DB
  • Loading branch information
IrcDirk committed May 2, 2024
1 parent b3f4ddc commit 109bfdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Carbonite.Quests/NxQuest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3913,13 +3913,13 @@ function Nx.Quest:ScanBlizzQuestData()

-- Nx.prt ("ScanQ")

-- SetCVar ("questPOI", 1) -- Enable or no POI data returned
SetCVar ("questPOI", 1) -- Enable or no POI data returned

-- self.ScanBlizzChanged = false

self.ScanBlizzMapId = 1
-- Use delay or some quests won't be ready
-- QScanBlizz = C_Timer.After(1, function() Nx.Quest:ScanBlizzQuestDataTimer() end)
QScanBlizz = C_Timer.After(1, function() Nx.Quest:ScanBlizzQuestDataTimer() end)
end

function Nx.Quest:IsDaily(checkID)
Expand Down
2 changes: 1 addition & 1 deletion Carbonite/NxMap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1951,7 +1951,7 @@ function Nx.Map:MinimapOwnInit()

mm:SetParent (self.Frm)

self.MMFrm:SetQuestBlobRingAlpha(1)
--self.MMFrm:SetQuestBlobRingAlpha(1)
self.MMFrm:SetPOIArrowTexture("Interface\\Addons\\Carbonite\\Gfx\\Map\\32Transparent")
self.MMFrm:SetStaticPOIArrowTexture("Interface\\Addons\\Carbonite\\Gfx\\Map\\32Transparent")
mm:SetScript ("OnMouseDown", self.MinimapOnMouseDown)
Expand Down

0 comments on commit 109bfdd

Please sign in to comment.