玉虚论道 赋值职业

back_recharge
jiahuiwen 2022-04-06 15:42:50 +08:00
parent ce712afeac
commit cb3ebd6372
2 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,6 @@ import com.google.gson.Gson;
import com.ljsd.GameApplication; import com.ljsd.GameApplication;
import com.ljsd.fight.ArenaRecord; import com.ljsd.fight.ArenaRecord;
import com.ljsd.fight.FightType; import com.ljsd.fight.FightType;
import com.ljsd.jieling.core.GlobalsDef;
import com.ljsd.jieling.db.redis.RedisKey; import com.ljsd.jieling.db.redis.RedisKey;
import com.ljsd.jieling.db.redis.RedisUtil; import com.ljsd.jieling.db.redis.RedisUtil;
import com.ljsd.jieling.exception.ErrorCode; import com.ljsd.jieling.exception.ErrorCode;

View File

@ -641,6 +641,7 @@ public class FightUtil {
.setProperty(property.substring(0, property.length() - 1)) .setProperty(property.substring(0, property.length() - 1))
.setPosition(++i) .setPosition(++i)
.setStar(heroStar) .setStar(heroStar)
.setPropertyId(item.getValue().getPropertyId())
.build(); .build();
heroFightInfos.add(heroFightInfo); heroFightInfos.add(heroFightInfo);
} }