많은 버그 수정

커맨드 실행 중 로그아웃 된 경우 버그 수정
국기 변경에 에러 있던 점 수정
등용장 수락시 송신자 명성 안 늘어나는 버그 수정
This commit is contained in:
2018-04-28 20:10:33 +09:00
parent 088260bbc6
commit 2d1a3f5da9
8 changed files with 21 additions and 22 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<?php
namespace sammo;
function getTurn($general, $type, $font=1) {
function getTurn(array $general, $type, $font=1) {
//TODO: 왜 'Type' 인가. 그냥 count로 하자.
$str = [];
$db = DB::db();