summaryrefslogtreecommitdiff
path: root/src/net/manaserv/charhandler.cpp
diff options
context:
space:
mode:
authorErik Schilling <ablu.erikschilling@googlemail.com>2012-07-30 21:30:21 +0200
committerErik Schilling <ablu.erikschilling@googlemail.com>2012-07-30 21:32:37 +0200
commit3b22c2cf170c877904dcef5a4af03ac360bd0581 (patch)
treeeef31fccf35ca187eeb6c9ecf663ffd3e07d316f /src/net/manaserv/charhandler.cpp
parentb942bd30079808e2bfd6be98cfcd88aacb2d678b (diff)
downloadmana-3b22c2cf170c877904dcef5a4af03ac360bd0581.tar.gz
mana-3b22c2cf170c877904dcef5a4af03ac360bd0581.tar.bz2
mana-3b22c2cf170c877904dcef5a4af03ac360bd0581.tar.xz
mana-3b22c2cf170c877904dcef5a4af03ac360bd0581.zip
Hacked away the sliders in the character create dialog. Better not try connecting to tmwAthena server.
Diffstat (limited to 'src/net/manaserv/charhandler.cpp')
-rw-r--r--src/net/manaserv/charhandler.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/net/manaserv/charhandler.cpp b/src/net/manaserv/charhandler.cpp
index e809bfac..32b3feb5 100644
--- a/src/net/manaserv/charhandler.cpp
+++ b/src/net/manaserv/charhandler.cpp
@@ -290,11 +290,6 @@ void CharHandler::setCharCreateDialog(CharCreateDialog *window)
if (!mCharCreateDialog)
return;
-
- mCharCreateDialog->setAttributes(Attributes::getLabels(),
- Attributes::getCreationPoints(),
- Attributes::getAttributeMinimum(),
- Attributes::getAttributeMaximum());
}
void CharHandler::requestCharacters()