재야에서는 국메가 안보내지던 버그 수정

일반장이 국메를 보낼 수 없던 버그 수정
외교 서신 클래스 에러 수정
This commit is contained in:
2018-04-16 23:29:17 +09:00
parent 4b33461c70
commit 9b79d12521
8 changed files with 54 additions and 414 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ if($mailbox == Message::MAILBOX_PUBLIC) {
if($mailbox >= Message::MAILBOX_NATIONAL) {
if($me['level'] < 5){
$destNationID = $me['nation_id'];
$destNationID = $me['nation'];
}
else{
$destNationID = $mailbox - Message::MAILBOX_NATIONAL;