Latest updates
Steven Jackson [07-03-14 - 23:09]
diff --git a/Interface/AddOns/SVUI/packages/unit/common/health.lua b/Interface/AddOns/SVUI/packages/unit/common/health.lua
index 5dce058..661004c 100644
--- a/Interface/AddOns/SVUI/packages/unit/common/health.lua
+++ b/Interface/AddOns/SVUI/packages/unit/common/health.lua
@@ -214,21 +214,21 @@ local CustomUpdate = function(self, event, unit)
health:SetValue(-current)
end;
- local portrait = self.Portrait
- if(portrait and portrait:IsObjectType'Model') then
- if(UnitIsDeadOrGhost(unit) and not portrait.isdead) then
- portrait:SetCamDistanceScale(1)
- portrait:SetPortraitZoom(0)
- portrait:SetPosition(4,-1,1)
- portrait:ClearModel()
- portrait:SetModel(DEAD_MODEL_FILE)
- portrait.isdead = true
- portrait.guid = nil
- elseif(not UnitIsDeadOrGhost(unit) and portrait.isdead == true) then
- portrait.isdead = nil
- MOD.Update3DPortrait(self, event, unit)
- end
- end
+ -- local portrait = self.Portrait
+ -- if(portrait and portrait:IsObjectType'Model') then
+ -- if(UnitIsDeadOrGhost(unit) and not portrait.isdead) then
+ -- portrait:SetCamDistanceScale(1)
+ -- portrait:SetPortraitZoom(0)
+ -- portrait:SetPosition(4,-1,1)
+ -- portrait:ClearModel()
+ -- portrait:SetModel(DEAD_MODEL_FILE)
+ -- portrait.isdead = true
+ -- portrait.guid = nil
+ -- elseif(not UnitIsDeadOrGhost(unit) and portrait.isdead == true) then
+ -- portrait.isdead = nil
+ -- MOD.Update3DPortrait(self, event, unit)
+ -- end
+ -- end
end;
local Update = function(self, event, unit)
diff --git a/Interface/AddOns/SVUI/system/system.lua b/Interface/AddOns/SVUI/system/system.lua
index fec5978..db996a2 100644
--- a/Interface/AddOns/SVUI/system/system.lua
+++ b/Interface/AddOns/SVUI/system/system.lua
@@ -306,7 +306,7 @@ function SuperVillain:ToggleConfig()
if state ~= "MISSING" and state ~= "DISABLED" then
LoadAddOn("SVUI_ConfigOMatic")
local config_version = GetAddOnMetadata("SVUI_ConfigOMatic","Version")
- if(tonumber(config_version) < self.version) then
+ if(tonumber(config_version) < tonumber(self.version)) then
self:StaticPopup_Show("CLIENT_UPDATE_REQUEST")
end
else
diff --git a/Interface/BUTTONS/Thumbs.db b/Interface/BUTTONS/Thumbs.db
deleted file mode 100644
index 9a524d6..0000000
Binary files a/Interface/BUTTONS/Thumbs.db and /dev/null differ
diff --git a/Interface/GLUES/COMMON/Thumbs.db b/Interface/GLUES/COMMON/Thumbs.db
deleted file mode 100644
index f45b1b0..0000000
Binary files a/Interface/GLUES/COMMON/Thumbs.db and /dev/null differ
diff --git a/Interface/TAXIFRAME/Thumbs.db b/Interface/TAXIFRAME/Thumbs.db
deleted file mode 100644
index 544aded..0000000
Binary files a/Interface/TAXIFRAME/Thumbs.db and /dev/null differ
diff --git a/Interface/Tooltips/Thumbs.db b/Interface/Tooltips/Thumbs.db
deleted file mode 100644
index 60da366..0000000
Binary files a/Interface/Tooltips/Thumbs.db and /dev/null differ