diff options
Diffstat (limited to 'src/net/ea/npchandler.cpp')
-rw-r--r-- | src/net/ea/npchandler.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/net/ea/npchandler.cpp b/src/net/ea/npchandler.cpp index 1640d3650..9f8e5b87f 100644 --- a/src/net/ea/npchandler.cpp +++ b/src/net/ea/npchandler.cpp @@ -34,19 +34,19 @@ NpcHandler::NpcHandler() : { } -void NpcHandler::sendLetter(int npcId A_UNUSED, +void NpcHandler::sendLetter(const int npcId A_UNUSED, const std::string &recipient A_UNUSED, - const std::string &text A_UNUSED) + const std::string &text A_UNUSED) const { // TODO } -void NpcHandler::startShopping(int beingId A_UNUSED) +void NpcHandler::startShopping(const int beingId A_UNUSED) const { // TODO } -void NpcHandler::endShopping(int beingId A_UNUSED) +void NpcHandler::endShopping(const int beingId A_UNUSED) const { // TODO } |