summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2007-03-15 23:57:01 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2007-03-15 23:57:01 +0000
commitc97b885b0306f29b3bf412b7d05752e40eb2c0d4 (patch)
tree554d5792ad0e5475883fa17ceec03f5e301123b8 /src/gui
parent4062d2cd386ae67e6901d0f1de953e0a0aa58e68 (diff)
downloadmana-client-c97b885b0306f29b3bf412b7d05752e40eb2c0d4.tar.gz
mana-client-c97b885b0306f29b3bf412b7d05752e40eb2c0d4.tar.bz2
mana-client-c97b885b0306f29b3bf412b7d05752e40eb2c0d4.tar.xz
mana-client-c97b885b0306f29b3bf412b7d05752e40eb2c0d4.zip
Implemented 7 atribute system in character creation.
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/char_select.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/char_select.cpp b/src/gui/char_select.cpp
index d5a28bec..2e994448 100644
--- a/src/gui/char_select.cpp
+++ b/src/gui/char_select.cpp
@@ -332,7 +332,8 @@ void CharCreateDialog::action(const gcn::ActionEvent &event)
10, // VIT
10, // INT
10, // DEX
- 10); // LUK
+ 10, // WILL
+ 10); // CHAR
scheduleDelete();
}
else {