Remove dragonflight checks
This commit is contained in:
+2
-2
@@ -1873,8 +1873,8 @@ end
|
|||||||
|
|
||||||
---@param combat combat
|
---@param combat combat
|
||||||
function Details.Database.StoreEncounter(combat)
|
function Details.Database.StoreEncounter(combat)
|
||||||
--stop execution if the expansion isn't retail
|
-- TODO: disable on ascension until time to solve
|
||||||
if (not detailsFramework:IsDragonflightAndBeyond()) then
|
if true then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
@@ -351,12 +351,6 @@ function Details222.StartUp.StartMeUp()
|
|||||||
Details:AddDefaultCustomDisplays()
|
Details:AddDefaultCustomDisplays()
|
||||||
end
|
end
|
||||||
Details:FillUserCustomSpells()
|
Details:FillUserCustomSpells()
|
||||||
|
|
||||||
if (C_CVar) then
|
|
||||||
if (not InCombatLockdown() and DetailsFramework.IsDragonflightAndBeyond()) then
|
|
||||||
C_CVar.SetCVar("cameraDistanceMaxZoomFactor", 2.6)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
||||||
--check is this is the first run of this version
|
--check is this is the first run of this version
|
||||||
|
|||||||
Reference in New Issue
Block a user