diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-11-11 19:21:51 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-11-11 19:21:51 +0300 |
commit | 4b1002f7c5fad28e39581161c1bf03dbdd1b7b54 (patch) | |
tree | b0fdb77d482740dc3fb76a9dacfd845f13607b8f /src/net/eathena/npcrecv.cpp | |
parent | 841f33c1e9477392907a69108bbbe7cd68895b4d (diff) | |
download | plus-4b1002f7c5fad28e39581161c1bf03dbdd1b7b54.tar.gz plus-4b1002f7c5fad28e39581161c1bf03dbdd1b7b54.tar.bz2 plus-4b1002f7c5fad28e39581161c1bf03dbdd1b7b54.tar.xz plus-4b1002f7c5fad28e39581161c1bf03dbdd1b7b54.zip |
Fix typo implimented -> implemented.
Diffstat (limited to 'src/net/eathena/npcrecv.cpp')
-rw-r--r-- | src/net/eathena/npcrecv.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/net/eathena/npcrecv.cpp b/src/net/eathena/npcrecv.cpp index 91c05ccd5..f5d3cba16 100644 --- a/src/net/eathena/npcrecv.cpp +++ b/src/net/eathena/npcrecv.cpp @@ -49,7 +49,7 @@ void NpcRecv::processNpcCutin(Net::MessageIn &msg) void NpcRecv::processNpcViewPoint(Net::MessageIn &msg) { - UNIMPLIMENTEDPACKET; + UNIMPLEMENTEDPACKET; Ea::NpcRecv::mRequestLang = false; // +++ probably need add nav point and start moving to it msg.readInt32("npc id"); @@ -64,7 +64,7 @@ void NpcRecv::processNpcViewPoint(Net::MessageIn &msg) void NpcRecv::processNpcShowProgressBar(Net::MessageIn &msg) { - UNIMPLIMENTEDPACKET; + UNIMPLEMENTEDPACKET; Ea::NpcRecv::mRequestLang = false; // +++ probably need show progress bar in npc dialog msg.readInt32("color"); @@ -73,7 +73,7 @@ void NpcRecv::processNpcShowProgressBar(Net::MessageIn &msg) void NpcRecv::processNpcCloseTimeout(Net::MessageIn &msg) { - UNIMPLIMENTEDPACKET; + UNIMPLEMENTEDPACKET; Ea::NpcRecv::mRequestLang = false; // this packet send after npc closed by timeout. msg.readInt32("npc id"); @@ -93,7 +93,7 @@ void NpcRecv::processArea(Net::MessageIn &msg) void NpcRecv::processShowDigit(Net::MessageIn &msg) { - UNIMPLIMENTEDPACKET; + UNIMPLEMENTEDPACKET; msg.readUInt8("type"); msg.readInt32("value"); @@ -101,7 +101,7 @@ void NpcRecv::processShowDigit(Net::MessageIn &msg) void NpcRecv::processProgressBarAbort(Net::MessageIn &msg) { - UNIMPLIMENTEDPACKET; + UNIMPLEMENTEDPACKET; } void NpcRecv::processNpcSkin(Net::MessageIn &msg) |