summaryrefslogtreecommitdiff
path: root/src/net/eathena/npchandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-17 23:33:37 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-17 23:33:37 +0300
commit1b43cc5755ca5157f56b4222c2fc05e608d0fe93 (patch)
tree340234d377788640caa9914843470feb2e92ddfc /src/net/eathena/npchandler.h
parentf406fe1a4c6abf9b414fc9110cef80e217cafb62 (diff)
downloadplus-1b43cc5755ca5157f56b4222c2fc05e608d0fe93.tar.gz
plus-1b43cc5755ca5157f56b4222c2fc05e608d0fe93.tar.bz2
plus-1b43cc5755ca5157f56b4222c2fc05e608d0fe93.tar.xz
plus-1b43cc5755ca5157f56b4222c2fc05e608d0fe93.zip
eathena: add partial support for packet SMSG_NPC_PROGRESS_BAR_ABORT 0x02f2.
Diffstat (limited to 'src/net/eathena/npchandler.h')
-rw-r--r--src/net/eathena/npchandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/npchandler.h b/src/net/eathena/npchandler.h
index bfc4e2943..16e656497 100644
--- a/src/net/eathena/npchandler.h
+++ b/src/net/eathena/npchandler.h
@@ -99,6 +99,8 @@ class NpcHandler final : public MessageHandler, public Ea::NpcHandler
static void processArea(Net::MessageIn &msg);
static void processShowDigit(Net::MessageIn &msg);
+
+ static void processProgressBarAbort(Net::MessageIn &msg);
};
} // namespace EAthena