func_template 분리.

func_template의 함수를 <?=func()?> 형식으로 사용할 수 있도록 수정
This commit is contained in:
2018-01-28 05:22:57 +09:00
parent 9ec48f5f09
commit 7a6040bd4d
8 changed files with 466 additions and 448 deletions
+1 -1
View File
@@ -937,7 +937,7 @@ function SetCrew($connect, $no, $personal, $gold, $leader, $genType, $tech, $reg
$gold -= 200; // 사기비용
$cost = getCost($connect, $type) * getTechCost($tech);
$cost = getCost($type) * getTechCost($tech);
$cost = CharCost($cost, $personal);
$crew = floor($gold / $cost);