Merge branch 'master' of https://github.com/Tercioo/Details-Damage-Meter
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
|
||||
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
--> initialization stuff
|
||||
local _
|
||||
|
||||
do
|
||||
local _detalhes = _G._detalhes
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
local Details = _G.Details
|
||||
local DF = _G.DetailsFramework
|
||||
|
||||
local _
|
||||
|
||||
function Details:InitializeMacrosWindow()
|
||||
local DetailsMacrosPanel = DF:CreateSimplePanel (UIParent, 700, 480, "Details! Useful Macros", "DetailsMacrosPanel")
|
||||
DetailsMacrosPanel.Frame = DetailsMacrosPanel
|
||||
@@ -143,4 +145,4 @@ function Details.OpenMacrosWindow()
|
||||
DetailsPluginContainerWindow.OpenPlugin (DetailsMacrosPanel)
|
||||
DetailsMacrosPanel.MacroScrollbox:Refresh()
|
||||
DetailsMacrosPanel:Show()
|
||||
end
|
||||
end
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
local Details = _G.Details
|
||||
local DF = _G.DetailsFramework
|
||||
|
||||
local _
|
||||
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
-- ~run ~runcode
|
||||
|
||||
@@ -186,4 +186,4 @@ function Details.OpenRunCodeWindow()
|
||||
|
||||
local code = Details.run_code [DetailsRunCodePanel.EditingCodeKey]
|
||||
DetailsRunCodePanel.CodeEditor:SetText (code)
|
||||
end
|
||||
end
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
local Details = _G.Details
|
||||
local DF = _G.DetailsFramework
|
||||
|
||||
local _
|
||||
|
||||
function Details:ScrollDamage()
|
||||
if (not DetailsScrollDamage) then
|
||||
@@ -268,4 +269,4 @@ targetDummieHandle:SetScript("OnEvent", function(_, _, unit)
|
||||
end
|
||||
end
|
||||
end)
|
||||
targetDummieHandle:RegisterEvent("PLAYER_TARGET_CHANGED")
|
||||
targetDummieHandle:RegisterEvent("PLAYER_TARGET_CHANGED")
|
||||
|
||||
+2
-1
@@ -2,6 +2,7 @@
|
||||
|
||||
local _detalhes = _G._detalhes
|
||||
local Loc = LibStub ("AceLocale-3.0"):GetLocale ( "Details" )
|
||||
local _
|
||||
|
||||
local CreateFrame = CreateFrame
|
||||
local pairs = pairs
|
||||
@@ -1924,4 +1925,4 @@ function _detalhes:CreateListPanel()
|
||||
end
|
||||
|
||||
return _detalhes.ListPanel
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user