summaryrefslogtreecommitdiff
path: root/src/net/eathena/maprecv.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-11-11 19:21:51 +0300
committerAndrei Karas <akaras@inbox.ru>2016-11-11 19:21:51 +0300
commit4b1002f7c5fad28e39581161c1bf03dbdd1b7b54 (patch)
treeb0fdb77d482740dc3fb76a9dacfd845f13607b8f /src/net/eathena/maprecv.cpp
parent841f33c1e9477392907a69108bbbe7cd68895b4d (diff)
downloadplus-4b1002f7c5fad28e39581161c1bf03dbdd1b7b54.tar.gz
plus-4b1002f7c5fad28e39581161c1bf03dbdd1b7b54.tar.bz2
plus-4b1002f7c5fad28e39581161c1bf03dbdd1b7b54.tar.xz
plus-4b1002f7c5fad28e39581161c1bf03dbdd1b7b54.zip
Fix typo implimented -> implemented.
Diffstat (limited to 'src/net/eathena/maprecv.cpp')
-rw-r--r--src/net/eathena/maprecv.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/net/eathena/maprecv.cpp b/src/net/eathena/maprecv.cpp
index dc72c65cd..6723cf4dd 100644
--- a/src/net/eathena/maprecv.cpp
+++ b/src/net/eathena/maprecv.cpp
@@ -31,20 +31,20 @@ namespace EAthena
void MapRecv::processInstanceStart(Net::MessageIn &msg)
{
- UNIMPLIMENTEDPACKET;
+ UNIMPLEMENTEDPACKET;
msg.readString(61, "instance name");
msg.readInt16("flag");
}
void MapRecv::processInstanceCreate(Net::MessageIn &msg)
{
- UNIMPLIMENTEDPACKET;
+ UNIMPLEMENTEDPACKET;
msg.readInt16("flag");
}
void MapRecv::processInstanceInfo(Net::MessageIn &msg)
{
- UNIMPLIMENTEDPACKET;
+ UNIMPLEMENTEDPACKET;
msg.readString(61, "instance name");
msg.readInt32("remaining time");
msg.readInt32("no players close time");
@@ -52,14 +52,14 @@ void MapRecv::processInstanceInfo(Net::MessageIn &msg)
void MapRecv::processInstanceDelete(Net::MessageIn &msg)
{
- UNIMPLIMENTEDPACKET;
+ UNIMPLEMENTEDPACKET;
msg.readInt32("flag");
msg.readInt32("unused");
}
void MapRecv::processAddMapMarker(Net::MessageIn &msg)
{
- UNIMPLIMENTEDPACKET;
+ UNIMPLEMENTEDPACKET;
msg.readBeingId("account id");
msg.readInt16("x");
msg.readInt16("y");