update guild datatext

This commit is contained in:
Bunny67
2018-07-14 22:16:00 +03:00
parent 7f34a602b9
commit 0c1fc4ee67
2 changed files with 29 additions and 30 deletions
+1 -1
View File
@@ -197,7 +197,7 @@ function DT:AssignPanelToDataText(panel, data)
if data["eventFunc"] then
panel:SetScript("OnEvent", function()
data["eventFunc"](this, event)
data["eventFunc"](this, event, arg1, arg2, arg3)
end)
data["eventFunc"](panel, "ELVUI_FORCE_RUN")
end