back_recharge
mashiyu 2019-03-25 11:28:10 +08:00
parent 32089c7f76
commit 0f9e39fd77
1 changed files with 1 additions and 1 deletions

View File

@ -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){