From dbb7564501b150ff1564d05151d4d63b63f22b97 Mon Sep 17 00:00:00 2001 From: Guillaume Melquiond Date: Sat, 26 Aug 2006 13:32:07 +0000 Subject: Set an arbitrary starting position. Changed "say around" protocol. --- src/accounthandler.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/accounthandler.cpp') diff --git a/src/accounthandler.cpp b/src/accounthandler.cpp index 783017f6..887dc193 100644 --- a/src/accounthandler.cpp +++ b/src/accounthandler.cpp @@ -179,9 +179,8 @@ AccountHandler::processMessage(NetComputer *comp, MessageIn &message) computer.setCharacter(chars[charNum]); PlayerPtr selectedChar = computer.getCharacter(); result.writeByte(ERRMSG_OK); - //std::string mapName = - // store.getMapNameFromId(selectedChar->getMapId()); - //result.writeString(mapName); + + selectedChar->setXY(600, 600); // for testing purpose selectedChar->setDestination(selectedChar->getX(), selectedChar->getY()); -- cgit v1.2.3-70-g09d2