mirror of
https://github.com/Melledy/LunarCore.git
synced 2025-12-13 05:44:36 +01:00
Fix trailblazer not having the right path in battle
This commit is contained in:
@@ -249,7 +249,7 @@ public class GameAvatar implements GameEntity {
|
||||
public BattleAvatar toBattleProto(int index) {
|
||||
var proto = BattleAvatar.newInstance()
|
||||
.setAvatarType(AvatarType.AVATAR_FORMAL_TYPE)
|
||||
.setId(this.getAvatarId())
|
||||
.setId(this.getExcel().getAvatarID())
|
||||
.setLevel(this.getLevel())
|
||||
.setPromotion(this.getPromotion())
|
||||
.setRank(this.getRank())
|
||||
|
||||
Reference in New Issue
Block a user