From a714d83889a34d30b542c3c6ab7c49228fe71f53 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 17 Dec 2013 14:42:42 +0300 Subject: Add support for set npc dialog title from server script. Change client version netcode to 12. --- src/net/tmwa/npchandler.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/net/tmwa/npchandler.h') diff --git a/src/net/tmwa/npchandler.h b/src/net/tmwa/npchandler.h index 50238cdf7..2cd4a3cd0 100644 --- a/src/net/tmwa/npchandler.h +++ b/src/net/tmwa/npchandler.h @@ -72,6 +72,8 @@ class NpcHandler final : public MessageHandler, public Ea::NpcHandler void processLangReuqest(Net::MessageIn &msg, const int npcId); + void processChangeTitle(Net::MessageIn &msg, const int npcId) const; + private: bool mRequestLang; }; -- cgit v1.2.3-60-g2f50