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/eathena/beingrecv.cpp | |
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/eathena/beingrecv.cpp')
-rw-r--r-- | src/net/eathena/beingrecv.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/net/eathena/beingrecv.cpp b/src/net/eathena/beingrecv.cpp index 904e8ed23..01dcde62b 100644 --- a/src/net/eathena/beingrecv.cpp +++ b/src/net/eathena/beingrecv.cpp @@ -1193,7 +1193,7 @@ void BeingRecv::processSkillEntry(Net::MessageIn &msg) dstBeing->setCreatorId(creatorId); } -void BeingRecv::processPlaterStatusChange(Net::MessageIn &msg) +void BeingRecv::processPlayerStatusChange(Net::MessageIn &msg) { BLOCK_START("BeingRecv::processPlayerStop") if (!actorManager) @@ -1221,7 +1221,7 @@ void BeingRecv::processPlaterStatusChange(Net::MessageIn &msg) BLOCK_END("BeingRecv::processPlayerStop") } -void BeingRecv::processPlaterStatusChange2(Net::MessageIn &msg) +void BeingRecv::processPlayerStatusChange2(Net::MessageIn &msg) { if (!actorManager) return; @@ -1243,7 +1243,7 @@ void BeingRecv::processPlaterStatusChange2(Net::MessageIn &msg) statusEffects & 0xffff)); } -void BeingRecv::processPlaterStatusChangeNoTick(Net::MessageIn &msg) +void BeingRecv::processPlayerStatusChangeNoTick(Net::MessageIn &msg) { const uint16_t status = msg.readInt16("index"); const BeingId id = msg.readBeingId("account id"); |