- Improvements on all skins for the Player Detail Window.

This commit is contained in:
Tercio
2015-07-03 16:54:00 -03:00
parent b9d3c0ce14
commit 0ce5fc7f06
5 changed files with 389 additions and 108 deletions
+7
View File
@@ -373,6 +373,13 @@ function _G._detalhes:Start()
end
--> check elvui for the new player detail skin
if (_detalhes_database.last_realversion and _detalhes_database.last_realversion < 71 and enable_reset_warning) then
function _detalhes:PDWElvuiCheck()
_detalhes:ApplyPDWSkin ("ElvUI")
end
_detalhes:ScheduleTimer ("PDWElvuiCheck", 2)
end
if (_detalhes_database.last_realversion and _detalhes_database.last_realversion < 69 and enable_reset_warning) then
function _detalhes:PDWElvuiCheck()
local ElvUI = _G.ElvUI