Merge branch 'master' of http://60.1.1.230/backend/jieling_server
commit
51b9b1ce7e
|
@ -102,7 +102,7 @@ public class CheckFight {
|
|||
* @param optionData
|
||||
* @return {战斗结果,战斗时间,单位1剩余血量,单位2剩余血量,单位3剩余血量,单位4剩余血量,单位5剩余血量}
|
||||
*/
|
||||
public int[] checkFight(int seed,int maxTime, LuaValue fightData, LuaValue optionData){
|
||||
public synchronized int[] checkFight(int seed,int maxTime, LuaValue fightData, LuaValue optionData){
|
||||
LuaValue func = transCoderObj.get(LuaValue.valueOf("Execute"));
|
||||
LuaValue args = new LuaTable();
|
||||
args.set("seed",seed);
|
||||
|
|
Loading…
Reference in New Issue