summaryrefslogtreecommitdiff
path: root/src/net/eathena/npchandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-11 15:16:53 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-11 15:16:53 +0300
commiteae805845ace52c0056e7e426c5c8b3831e638af (patch)
tree2f9cba27a39fba868a3cbe57c6a7fe12310089f3 /src/net/eathena/npchandler.h
parent3940228a5d6be203454f521c17f01f666564cd31 (diff)
downloadManaVerse-eae805845ace52c0056e7e426c5c8b3831e638af.tar.gz
ManaVerse-eae805845ace52c0056e7e426c5c8b3831e638af.tar.bz2
ManaVerse-eae805845ace52c0056e7e426c5c8b3831e638af.tar.xz
ManaVerse-eae805845ace52c0056e7e426c5c8b3831e638af.zip
eathena: add partial support for packet SMSG_NPC_SHOW_DIGIT 0x01b1.
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 c42030fd0..bfc4e2943 100644
--- a/src/net/eathena/npchandler.h
+++ b/src/net/eathena/npchandler.h
@@ -97,6 +97,8 @@ class NpcHandler final : public MessageHandler, public Ea::NpcHandler
static void processNpcCloseTimeout(Net::MessageIn &msg);
static void processArea(Net::MessageIn &msg);
+
+ static void processShowDigit(Net::MessageIn &msg);
};
} // namespace EAthena