turntime 관련 조정중
This commit is contained in:
@@ -69,7 +69,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);
|
||||
|
||||
[$pick, $multiplier] = Util::choiceRandomUsingWeightPair([
|
||||
[['success', 3], 0.34],
|
||||
|
||||
Reference in New Issue
Block a user