玉虚论道 赋值职业
parent
ce712afeac
commit
cb3ebd6372
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue