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/searchstorerecv.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/net/eathena/searchstorerecv.cpp') diff --git a/src/net/eathena/searchstorerecv.cpp b/src/net/eathena/searchstorerecv.cpp index c2cfda0d2..586d6cb83 100644 --- a/src/net/eathena/searchstorerecv.cpp +++ b/src/net/eathena/searchstorerecv.cpp @@ -36,7 +36,7 @@ namespace EAthena void SearchStoreRecv::processSearchAck(Net::MessageIn &msg) { - UNIMPLIMENTEDPACKET; + UNIMPLEMENTEDPACKET; const int count = (msg.readInt16("len") - 7) / 106; msg.readUInt8("is first page"); msg.readUInt8("is next page"); @@ -60,7 +60,7 @@ void SearchStoreRecv::processSearchAck(Net::MessageIn &msg) void SearchStoreRecv::processSearchFailed(Net::MessageIn &msg) { - UNIMPLIMENTEDPACKET; + UNIMPLEMENTEDPACKET; const int result = msg.readUInt8("result"); switch (result) { @@ -93,7 +93,7 @@ void SearchStoreRecv::processSearchFailed(Net::MessageIn &msg) void SearchStoreRecv::processSearchOpen(Net::MessageIn &msg) { - UNIMPLIMENTEDPACKET; + UNIMPLEMENTEDPACKET; msg.readInt16("effect"); if (msg.getVersion() >= 20100701) msg.readUInt8("uses"); @@ -101,7 +101,7 @@ void SearchStoreRecv::processSearchOpen(Net::MessageIn &msg) void SearchStoreRecv::processSearchClickAck(Net::MessageIn &msg) { - UNIMPLIMENTEDPACKET; + UNIMPLEMENTEDPACKET; msg.readInt16("x"); msg.readInt16("y"); } -- cgit v1.2.3-60-g2f50