- Fixed wasted shield subtracting the total healing of the spell. This wasn't affecting the healing done of the actor it self.

- Removed the debug button 'Hello World' from the plugin menu.
This commit is contained in:
Tercio
2018-02-02 13:29:07 -02:00
parent 6036cfcdb6
commit 521fee8ba7
3 changed files with 11 additions and 18 deletions
-11
View File
@@ -610,17 +610,6 @@
--> add it to menu table
tinsert (f.MenuButtons, newButton)
if (#f.MenuButtons == 1) then
local teste = _detalhes.gump:NewButton (f, _, "$parentOpenFeedbackButton", nil, 160, 20, _detalhes.OpenFeedbackWindow, nil, nil, nil, "Hellow Woirld", 1)
teste:SetPoint ("top", menuBackground, "top", 0, f.MenuY + ( (1-1) * -f.MenuButtonHeight ) - 1 - 350)
teste:SetTemplate (_detalhes.gump:GetTemplate ("button", "OPTIONS_BUTTON_TEMPLATE"))
teste.textalign = "left"
teste.textcolor = "white"
teste.textsize = 10
teste:SetIcon ("Interface\\FriendsFrame\\UI-Toast-BroadcastIcon", nil, nil, nil, {4/32, 27/32, 5/32, 25/32}, {1, 1, 1, 0.8}, 4, 2)
end
return newButton
end