2023-05-19 16:29:02 +08:00

66 lines
387 B
Lua

local hero = {
[12001]={
},
[13001]={
},
[13002]={
},
[14001]={
},
[22001]={
},
[23001]={
},
[23002]={
},
[24001]={
},
[32001]={
},
[33001]={
},
[33002]={
},
[34001]={
},
[42001]={
},
[43001]={
},
[43002]={
},
[44001]={
},
[52001]={
},
[53001]={
},
[53002]={
},
[54001]={
}
}
local config = {
data=hero,count=20
}
return config