summaryrefslogtreecommitdiff
path: root/src/net/eathena/npchandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-14 16:37:13 +0300
committerAndrei Karas <akaras@inbox.ru>2014-10-14 16:38:42 +0300
commitd2bde911f0b80515066f100fc4704793255be0ea (patch)
tree150da1eaac501bad68096eed085be16bf8f19432 /src/net/eathena/npchandler.h
parenta7105aa2f73a372be018173e47b2fa8e6cfa87e4 (diff)
downloadplus-d2bde911f0b80515066f100fc4704793255be0ea.tar.gz
plus-d2bde911f0b80515066f100fc4704793255be0ea.tar.bz2
plus-d2bde911f0b80515066f100fc4704793255be0ea.tar.xz
plus-d2bde911f0b80515066f100fc4704793255be0ea.zip
eathena: add packet SMSG_NPC_CLOSE_TIMEOUT 0x08d6.
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 2f435b1a8..2e8c00181 100644
--- a/src/net/eathena/npchandler.h
+++ b/src/net/eathena/npchandler.h
@@ -93,6 +93,8 @@ class NpcHandler final : public MessageHandler, public Ea::NpcHandler
static void processNpcViewPoint(Net::MessageIn &msg);
void processNpcShowProgressBar(Net::MessageIn &msg) const;
+
+ void processNpcCloseTimeout(Net::MessageIn &msg) const;
};
} // namespace EAthena