fix: 장수 생성시 보너스 스탯 표기 오류
This commit is contained in:
+2
-2
@@ -363,8 +363,8 @@ watch(gameConstStore, (gameConst) => {
|
||||
min: gameConst.gameConst.defaultStatMin,
|
||||
max: gameConst.gameConst.defaultStatMax,
|
||||
total: gameConst.gameConst.defaultStatTotal,
|
||||
bonusMin: gameConst.gameConst.defaultStatMin,
|
||||
bonusMax: gameConst.gameConst.defaultStatMax,
|
||||
bonusMin: gameConst.gameConst.bornMinStatBonus,
|
||||
bonusMax: gameConst.gameConst.bornMaxStatBonus,
|
||||
};
|
||||
|
||||
args.value = {
|
||||
|
||||
Reference in New Issue
Block a user