2023-06-13 11:11:06 +08:00

81 lines
467 B
Lua

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