fix: 장수 생성시 보너스 스탯 표기 오류

This commit is contained in:
2022-12-01 22:24:09 +09:00
parent 059c4d999a
commit 6e0d13e1fb
+2 -2
View File
@@ -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 = {