Fix: 보스 레이드 입장 실패 시 구체적 사유 전달

IntoBossRaidPacket에 Reason 필드 추가.
파티 없음, 파티장 아님, API 실패 등 실패 사유를
클라이언트에 전달하여 유저에게 안내.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-20 11:00:51 +09:00
parent 64855c5a69
commit 0f1ee36794
2 changed files with 11 additions and 3 deletions

View File

@@ -827,6 +827,14 @@ public class IntoBossRaidPacket
get;
set;
}
// 실패 사유 (서버 -> 클라, IsSuccess == false 시)
[ProtoMember(5)]
public string Reason
{
get;
set;
}
}
// PARTY_CHANGE_MAP (클라 -> 서버 전용)