From e83a1bef493ad4cc2a6ecf060e118b53436f3a69 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sun, 28 Aug 2022 15:45:44 +0900 Subject: [PATCH] =?UTF-8?q?fix,=20misc:=20=EC=82=AC=EC=9D=B4=EC=8B=9C?= =?UTF-8?q?=EC=98=B7=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/ts/PageNPCControl.vue | 12 ++++++------ hwe/ts/util/RNG.ts | 2 +- src/sammo/RNG.php | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/hwe/ts/PageNPCControl.vue b/hwe/ts/PageNPCControl.vue index eee68b09..74b19527 100644 --- a/hwe/ts/PageNPCControl.vue +++ b/hwe/ts/PageNPCControl.vue @@ -188,7 +188,7 @@
- +
@@ -263,7 +263,7 @@
- + @@ -341,7 +341,7 @@
- + @@ -436,7 +436,7 @@ function resetPolicy() { nationPolicy.value = cloneDeep(staticValues.defaultNationPolicy); toasts.info({ title: "초기화 완료", - body: "서버 초기값을 적용했습니다.설정 버튼을 누르면 반영됩니다.", + body: "서버 초깃값을 적용했습니다.설정 버튼을 누르면 반영됩니다.", }); } @@ -522,7 +522,7 @@ function resetNationPriority() { }); toasts.info({ title: "초기화 완료", - body: "서버 초기값을 적용했습니다.설정 버튼을 누르면 반영됩니다.", + body: "서버 초깃값을 적용했습니다.설정 버튼을 누르면 반영됩니다.", }); } @@ -602,7 +602,7 @@ function resetGeneralPriority() { }); toasts.info({ title: "초기화 완료", - body: "서버 초기값을 적용했습니다.설정 버튼을 누르면 반영됩니다.", + body: "서버 초깃값을 적용했습니다.설정 버튼을 누르면 반영됩니다.", }); } diff --git a/hwe/ts/util/RNG.ts b/hwe/ts/util/RNG.ts index d097f1e7..1e1595ee 100644 --- a/hwe/ts/util/RNG.ts +++ b/hwe/ts/util/RNG.ts @@ -1,7 +1,7 @@ export interface RNG { /** - * nextInt()가 반환 가능한 최대값 + * nextInt()가 반환 가능한 최댓값 */ getMaxInt(): number; diff --git a/src/sammo/RNG.php b/src/sammo/RNG.php index 4ee1a66d..e1b38203 100644 --- a/src/sammo/RNG.php +++ b/src/sammo/RNG.php @@ -5,7 +5,7 @@ interface RNG { /** - * @return int nextInt()가 반환 가능한 최대값 + * @return int nextInt()가 반환 가능한 최댓값 */ public static function getMaxInt(): int;