diff options
Diffstat (limited to 'src/net/ea/npchandler.h')
-rw-r--r-- | src/net/ea/npchandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/ea/npchandler.h b/src/net/ea/npchandler.h index d518c6416..51e06e3c7 100644 --- a/src/net/ea/npchandler.h +++ b/src/net/ea/npchandler.h @@ -56,6 +56,8 @@ class NpcHandler notfinal : public Net::NpcHandler static void processNpcCommand(Net::MessageIn &msg); + static void processChangeTitle(Net::MessageIn &msg); + protected: NpcHandler(); |