种子随机
parent
c7c43110e6
commit
0805e3c16e
|
@ -132,8 +132,8 @@ public class BehaviorUtil {
|
|||
fightData.addAllMonsterList(monsterGroupList);
|
||||
|
||||
//设置战斗随机种子
|
||||
// int seed = (int)(System.currentTimeMillis()/1000);
|
||||
int seed = 1553167956;
|
||||
int seed = (int)(System.currentTimeMillis()/1000);
|
||||
// int seed = 1553167956;
|
||||
fightData.setFightSeed(seed);
|
||||
fightStartRespons.setFightData(fightData);
|
||||
|
||||
|
|
Loading…
Reference in New Issue