From 84b67aacfdedd8d526d246e3d3c0914a899d491c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 17 Oct 2014 23:03:03 +0300 Subject: Add static in npchandler. --- src/net/eathena/npchandler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/net/eathena/npchandler.cpp') diff --git a/src/net/eathena/npchandler.cpp b/src/net/eathena/npchandler.cpp index 27c8c6903..873982750 100644 --- a/src/net/eathena/npchandler.cpp +++ b/src/net/eathena/npchandler.cpp @@ -322,14 +322,14 @@ void NpcHandler::processNpcViewPoint(Net::MessageIn &msg) msg.readInt32("color"); } -void NpcHandler::processNpcShowProgressBar(Net::MessageIn &msg) const +void NpcHandler::processNpcShowProgressBar(Net::MessageIn &msg) { // +++ probably need show progress bar in npc dialog msg.readInt32("color"); msg.readInt32("seconds"); } -void NpcHandler::processNpcCloseTimeout(Net::MessageIn &msg) const +void NpcHandler::processNpcCloseTimeout(Net::MessageIn &msg) { // this packet send after npc closed by timeout. msg.readInt32("npc id"); -- cgit v1.2.3-70-g09d2