많은 버그 수정
커맨드 실행 중 로그아웃 된 경우 버그 수정 국기 변경에 에러 있던 점 수정 등용장 수락시 송신자 명성 안 늘어나는 버그 수정
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user