summaryrefslogtreecommitdiff
path: root/src/net/eathena/npchandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/npchandler.h')
-rw-r--r--src/net/eathena/npchandler.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/net/eathena/npchandler.h b/src/net/eathena/npchandler.h
index 855450f4f..f905c7fff 100644
--- a/src/net/eathena/npchandler.h
+++ b/src/net/eathena/npchandler.h
@@ -66,12 +66,9 @@ class NpcHandler : public MessageHandler, public Ea::NpcHandler
int getNpc(Net::MessageIn &msg, bool haveLength);
- void processNpcCommand(Net::MessageIn &msg, int npcId);
+ void processNpcCutin(Net::MessageIn &msg, int npcId);
- void processLangReuqest(Net::MessageIn &msg, int npcId);
-
- private:
- bool mRequestLang;
+ void processNpcViewPoint(Net::MessageIn &msg, int npcId);
};
} // namespace EAthena