- Minimalistic skin is now the ols minimalistic v2.

- Minimalistic v2 got a new texture, little more darker.
- Few tweaks to make more easy making groups of windows.
- Bookmark now accepts more than two columns.
This commit is contained in:
tercio
2014-09-27 16:20:45 -03:00
parent 5adf84da6b
commit 79f4ba970a
12 changed files with 352 additions and 112 deletions
+13
View File
@@ -79,6 +79,19 @@ function SlashCmdList.DETAILS (msg, editbox)
-------- debug ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
elseif (msg == "owner2") then
local tip = CreateFrame('GameTooltip', 'GuardianOwnerTooltip', nil, 'GameTooltipTemplate')
function GetGuardianOwner(guid)
tip:SetOwner(WorldFrame, 'ANCHOR_NONE')
tip:SetHyperlink('unit:' .. guid or '')
local text = GuardianOwnerTooltipTextLeft2
--return strmatch(text and text:GetText() or '', "^([^%s']+)'")
return text:GetText()
end
print (GetGuardianOwner(UnitGUID ("target")))
elseif (msg == "chat") then