diff --git a/hwe/processing.php b/hwe/processing.php index 8f1689ff..d80b2215 100644 --- a/hwe/processing.php +++ b/hwe/processing.php @@ -279,7 +279,7 @@ function calc(cost, formnum) { form.cost.value = Math.round(crew * cost); } -
현재 기술력 :
@@ -487,7 +487,7 @@ function calc(cost, formnum) {
form.cost.value = Math.round(crew * cost * 2);
}
-
|