diff options
Diffstat (limited to 'src/net/eathena/npchandler.cpp')
-rw-r--r-- | src/net/eathena/npchandler.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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"); |