fix: 등용 수락이 불가능한 버그 수정

This commit is contained in:
2021-12-11 23:20:32 +09:00
parent 5079db5ceb
commit 10ec7b55d0
+2
View File
@@ -47,6 +47,8 @@ if($msg === null){
]);
}
$reason = 'success';
$gameStor = KVStorage::getStorage($db, 'game_env');
$gameStor->cacheAll();
if($msgResponse){
$result = $msg->agreeMessage($general['no'], $reason);
}