随机人物修改提交

dev_chengFeng
jiaoyangna 2021-06-23 10:20:03 +08:00
parent 8b3e5dbae4
commit e5a491b7b9
1 changed files with 1 additions and 1 deletions

View File

@ -958,7 +958,7 @@ function this.RandomNPC(_currankAllList,curlist)
if _currankAllList then if _currankAllList then
currankAllList = {} currankAllList = {}
for i = 1,#_currankAllList do for i = 1,#_currankAllList do
table.insert(currankAllList,currankAllList[i]) table.insert(currankAllList,_currankAllList[i])
end end
end end
if not currankAllList or #currankAllList < 1 then if not currankAllList or #currankAllList < 1 then