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