diff options
Diffstat (limited to 'src/map/pc.cpp')
-rw-r--r-- | src/map/pc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.cpp b/src/map/pc.cpp index ecfd50e..54ea13d 100644 --- a/src/map/pc.cpp +++ b/src/map/pc.cpp @@ -904,7 +904,7 @@ int pc_authok(AccountId id, int login_id2, ClientVersion client_version, } // パーティー関係の初期化 | Initializing Party Relationships - sd->party_sended = 0; + sd->party_sent = 0; sd->party_invite = PartyId(); sd->party_x = -1; sd->party_y = -1; |