From 4b1002f7c5fad28e39581161c1bf03dbdd1b7b54 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 11 Nov 2016 19:21:51 +0300 Subject: Fix typo implimented -> implemented. --- src/net/eathena/npcrecv.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/net/eathena/npcrecv.cpp') 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) -- cgit v1.2.3-70-g09d2