diff options
Diffstat (limited to 'src/net/tmwa/beingrecv.h')
-rw-r--r-- | src/net/tmwa/beingrecv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/beingrecv.h b/src/net/tmwa/beingrecv.h index 7019e83fb..55e5773c5 100644 --- a/src/net/tmwa/beingrecv.h +++ b/src/net/tmwa/beingrecv.h @@ -66,7 +66,7 @@ namespace TmwAthena const int id2) A_NONNULL(2); void processPlayerStatusChange(Net::MessageIn &msg); void processBeingResurrect(Net::MessageIn &msg); - void processPlayerGuilPartyInfo(Net::MessageIn &msg); + void processPlayerGuildAndPartyInfo(Net::MessageIn &msg); void processBeingSelfEffect(Net::MessageIn &msg); void processSkillCastCancel(Net::MessageIn &msg); void processIpResponse(Net::MessageIn &msg); |