战斗位置修改

lvxinran 2020-05-25 12:36:02 +08:00
parent 1bd3275e5a
commit 142dcb6970
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@ public class MonsterUtil {
for (int monsterId : monsterIds) {
if(monsterId!=0){
monsterList.add(monsterMap.get(monsterId).setPosition(position++).build());
}else{
position++;
}
}