- Improved aura creation.

- Custom display 'My Spells' now also show your pets.
- Fixed 'Raid Check' plugin food detection.
This commit is contained in:
Tercio
2015-03-02 21:46:45 -03:00
parent e023039089
commit 1126200859
20 changed files with 339 additions and 61 deletions
+5
View File
@@ -242,6 +242,11 @@ function _detalhes.switch:ShowMe (instancia)
DetailsCtrlCloseWindowPanelTutorial.info_label:SetWidth (_detalhes.switch.frame:GetWidth()-30)
DetailsCtrlCloseWindowPanelTutorial.close_label:SetWidth (_detalhes.switch.frame:GetWidth()-30)
_detalhes.switch.frame:SetPoint ("topleft", instancia.baseframe, "topleft", 0, 1)
_detalhes.switch.frame:SetPoint ("bottomright", instancia.baseframe, "bottomright", 0, 1)
_detalhes.switch.frame:SetBackdropColor (0.094, 0.094, 0.094, .8)
_detalhes.switch.frame:Show()
return
end