跟随版本 0.8.19
This commit is contained in:
@@ -411,7 +411,7 @@ local function EnsureDB()
|
||||
if type(SFramesDB.playerPortraitWidth) ~= "number" then SFramesDB.playerPortraitWidth = 50 end
|
||||
if type(SFramesDB.playerHealthHeight) ~= "number" then SFramesDB.playerHealthHeight = 38 end
|
||||
if type(SFramesDB.playerPowerHeight) ~= "number" then SFramesDB.playerPowerHeight = 9 end
|
||||
if SFramesDB.playerShowClass == nil then SFramesDB.playerShowClass = true end
|
||||
if SFramesDB.playerShowClass == nil then SFramesDB.playerShowClass = false end
|
||||
if SFramesDB.playerShowClassIcon == nil then SFramesDB.playerShowClassIcon = true end
|
||||
if SFramesDB.playerShowPortrait == nil then SFramesDB.playerShowPortrait = true end
|
||||
if type(SFramesDB.playerFrameAlpha) ~= "number" then SFramesDB.playerFrameAlpha = 1 end
|
||||
@@ -423,7 +423,7 @@ local function EnsureDB()
|
||||
if type(SFramesDB.targetPortraitWidth) ~= "number" then SFramesDB.targetPortraitWidth = 50 end
|
||||
if type(SFramesDB.targetHealthHeight) ~= "number" then SFramesDB.targetHealthHeight = 38 end
|
||||
if type(SFramesDB.targetPowerHeight) ~= "number" then SFramesDB.targetPowerHeight = 9 end
|
||||
if SFramesDB.targetShowClass == nil then SFramesDB.targetShowClass = true end
|
||||
if SFramesDB.targetShowClass == nil then SFramesDB.targetShowClass = false end
|
||||
if SFramesDB.targetShowClassIcon == nil then SFramesDB.targetShowClassIcon = true end
|
||||
if SFramesDB.targetShowPortrait == nil then SFramesDB.targetShowPortrait = true end
|
||||
if type(SFramesDB.targetFrameAlpha) ~= "number" then SFramesDB.targetFrameAlpha = 1 end
|
||||
|
||||
Reference in New Issue
Block a user