이동 구현. BaseCommand에 GeneralSource 연결.

This commit is contained in:
2018-10-16 02:29:33 +09:00
parent d16c86a4d7
commit 9846d7f8e4
10 changed files with 250 additions and 65 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ function myCommandList() {
echo "로그인 되어있지 않습니다.";
return;
}
$generalObj = new General($me, null, 0, 0, false);
$generalObj = new General($me, null, null, null, false);
$turnList = $db->query('SELECT turn_idx, action, arg FROM general_turn WHERE general_id = %i ORDER BY turn_idx ASC', $generalObj->getID());
$turnBrief = getGeneralTurnBrief($generalObj, $turnList);