bug
parent
32089c7f76
commit
0f9e39fd77
|
@ -78,7 +78,7 @@ public class CheckFight {
|
|||
LuaValue func = transCoderObj.get(LuaValue.valueOf("Execute"));
|
||||
LuaValue result = func.call(LuaValue.valueOf(seed),fightData,optionData);
|
||||
int status = result.get("result").toint();
|
||||
int[] resultCache = new int[result.length()+1];
|
||||
int[] resultCache = new int[6];
|
||||
resultCache[0]=status;
|
||||
LOGGER.info(" lua check test fight result : "+ status);
|
||||
if (status==1){
|
||||
|
|
Loading…
Reference in New Issue