This commit is contained in:
Pinya
2018-07-22 22:16:39 +03:00
parent 5190f2abf6
commit 19e78f6174
3 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ local argcheck = Private.argcheck
local queue = {}
local factory = CreateFrame('Frame')
factory:SetScript('OnEvent', function()
return this[event](this, event, arg and unpack(arg))
return this[event](this)
end)
factory:RegisterEvent('PLAYER_LOGIN')