diff options
author | Renārs Blumbergs <catanictsc@gmail.com> | 2025-08-05 19:59:28 +0000 |
---|---|---|
committer | Renārs Blumbergs <catanictsc@gmail.com> | 2025-08-05 19:59:28 +0000 |
commit | 80f432895a8e793433e87fe10a2cb1eb9dcbd613 (patch) | |
tree | 01743e26cc0a70200ba3433a76dffef4221fc86b /src/map/pc.cpp | |
parent | 3849649d827d6841c9545cc8644912854781dce0 (diff) | |
download | tmwa-master.tar.gz tmwa-master.tar.bz2 tmwa-master.tar.xz tmwa-master.zip |
- /src/admin/ladmin.cpp
- /src/char/inter.cpp
- /src/map/atcommand.cpp
- /src/map/intif.cpp
- /src/map/map.hpp
- /src/map/party.cpp
- /src/map/pc.cpp
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; |