diff options
Diffstat (limited to 'src/net/ea/npchandler.cpp')
-rw-r--r-- | src/net/ea/npchandler.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/net/ea/npchandler.cpp b/src/net/ea/npchandler.cpp index 51e006779..93bc990f5 100644 --- a/src/net/ea/npchandler.cpp +++ b/src/net/ea/npchandler.cpp @@ -39,17 +39,14 @@ void NpcHandler::sendLetter(const int npcId A_UNUSED, const std::string &recipient A_UNUSED, const std::string &text A_UNUSED) const { - // TODO } void NpcHandler::startShopping(const int beingId A_UNUSED) const { - // TODO } void NpcHandler::endShopping(const int beingId A_UNUSED) const { - // TODO } void NpcHandler::clearDialogs() |