diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-08 13:56:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-08 13:56:21 +0300 |
commit | d1b123a4da2c51f82011841000949322e05ecba5 (patch) | |
tree | 110dc78af88ce8436f388f907fc6c0b22d14b514 /src/net/ea/npchandler.h | |
parent | 1a21f967e71660f9c48b7cbd93e315ff40316994 (diff) | |
download | mv-d1b123a4da2c51f82011841000949322e05ecba5.tar.gz mv-d1b123a4da2c51f82011841000949322e05ecba5.tar.bz2 mv-d1b123a4da2c51f82011841000949322e05ecba5.tar.xz mv-d1b123a4da2c51f82011841000949322e05ecba5.zip |
Remove processLangReuqest.
Diffstat (limited to 'src/net/ea/npchandler.h')
-rw-r--r-- | src/net/ea/npchandler.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/net/ea/npchandler.h b/src/net/ea/npchandler.h index 11ffacb59..81e92d84a 100644 --- a/src/net/ea/npchandler.h +++ b/src/net/ea/npchandler.h @@ -63,8 +63,6 @@ class NpcHandler notfinal : public Net::NpcHandler void processNpcStrInput(Net::MessageIn &msg); - void processLangReuqest(Net::MessageIn &msg, const int npcId); - protected: NpcHandler(); |