defulatGold, defaultRice 개념 지정

This commit is contained in:
2018-11-11 19:38:43 +09:00
parent 68a471b859
commit 88f97ecb4e
14 changed files with 232 additions and 128 deletions
+2 -2
View File
@@ -227,8 +227,8 @@ $db->insert('general', [
'intel' => $intel,
'experience' => $experience,
'dedication' => 0,
'gold' => 1000,
'rice' => 1000,
'gold' => GameConst::$defaultGold,
'rice' => GameConst::$defaultRice,
'crew' => 0,
'train' => 0,
'atmos' => 0,