turntime 관련 조정중
This commit is contained in:
@@ -65,7 +65,7 @@ class che_훈련 extends Command\GeneralCommand{
|
||||
$db = DB::db();
|
||||
|
||||
$general = $this->generalObj;
|
||||
$date = substr($general->getVar('turntime'),11,5);
|
||||
$date = $general->getTurnTime($general::TURNTIME_HM);
|
||||
|
||||
$score = Util::round($general->getLeadership() * 100 / $general->getVar('crew') * GameConst::$trainDelta);
|
||||
$scoreText = number_format($score, 0);
|
||||
|
||||
Reference in New Issue
Block a user