diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-03-21 00:35:05 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-03-21 00:35:05 +0300 |
commit | a931445e80ea5f62e5db6eaa740512e02b1f6020 (patch) | |
tree | 54662c44b10184a1061d33298e834f4e2fe3e2c9 /src/net/tmwa/beingrecv.h | |
parent | c678b6861e5657f6bde32749f1b3322c837c26fb (diff) | |
download | plus-a931445e80ea5f62e5db6eaa740512e02b1f6020.tar.gz plus-a931445e80ea5f62e5db6eaa740512e02b1f6020.tar.bz2 plus-a931445e80ea5f62e5db6eaa740512e02b1f6020.tar.xz plus-a931445e80ea5f62e5db6eaa740512e02b1f6020.zip |
Fix typo Plater -> Player.
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 0d7dd93ff..437035562 100644 --- a/src/net/tmwa/beingrecv.h +++ b/src/net/tmwa/beingrecv.h @@ -63,7 +63,7 @@ namespace TmwAthena const uint8_t type, const int id, const int id2) A_NONNULL(2); - void processPlaterStatusChange(Net::MessageIn &msg); + void processPlayerStatusChange(Net::MessageIn &msg); void processBeingResurrect(Net::MessageIn &msg); void processPlayerGuilPartyInfo(Net::MessageIn &msg); void processBeingSelfEffect(Net::MessageIn &msg); |