- 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:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user