summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.txt2
-rw-r--r--src/net/manaserv/loginhandler.cpp1
2 files changed, 2 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index 2c5ec2a4e..b3b3db427 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.1.1.16 Date: 2011-01-16
+ Version: 1.1.2.6 Date: 2011-02-06
Development team:
- See AUTHORS file for a list
diff --git a/src/net/manaserv/loginhandler.cpp b/src/net/manaserv/loginhandler.cpp
index bd67967a0..1b2ec8015 100644
--- a/src/net/manaserv/loginhandler.cpp
+++ b/src/net/manaserv/loginhandler.cpp
@@ -60,6 +60,7 @@ LoginHandler::LoginHandler()
loginHandler = this;
mMinUserNameLength = 4;
mMaxUserNameLength = 10;
+ mLoginData = 0;
}
void LoginHandler::handleMessage(Net::MessageIn &msg)