Commit 7d12a888 authored by wyykak's avatar wyykak

fix 13959998

Signed-off-by: wyykak's avatarwyykak <wyy_1414@126.com>
parent a22542ad
......@@ -414,7 +414,8 @@ function this.GetChainInfo(ev,...)
elseif v == CHAININFO_TRIGGERING_ATTRIBUTE then
table.insert(chaininfolist,0x7f)
else
table.insert(chaininfolist,this.GetChainInfotmp(ev,v))
local tmp=this.GetChainInfotmp(ev,v)
table.move(tmp,1,#tmp,#chaininfolist+1,chaininfolist)
end
end
return table.unpack(chaininfolist)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment