dev_chengFeng
parent
dfb2fa6faf
commit
bef8340c7c
|
@ -177,7 +177,7 @@ function this.InitMapUserInfosData(data,mapId)
|
||||||
singleUserData.hp = 0
|
singleUserData.hp = 0
|
||||||
table.insert(datas,singleUserData)
|
table.insert(datas,singleUserData)
|
||||||
end
|
end
|
||||||
for k,v in pairs(this.ExploreMapData[mapId.Id].formations) do
|
for k,v in pairs(this.ExploreMapData[mapId].formations) do
|
||||||
for i = 1,#datas do
|
for i = 1,#datas do
|
||||||
if datas[i].uid == PlayerManager.uid then
|
if datas[i].uid == PlayerManager.uid then
|
||||||
datas[i].formationId = k
|
datas[i].formationId = k
|
||||||
|
|
Loading…
Reference in New Issue