diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2007-03-15 23:57:01 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2007-03-15 23:57:01 +0000 |
commit | c97b885b0306f29b3bf412b7d05752e40eb2c0d4 (patch) | |
tree | 554d5792ad0e5475883fa17ceec03f5e301123b8 /src/gui/char_select.cpp | |
parent | 4062d2cd386ae67e6901d0f1de953e0a0aa58e68 (diff) | |
download | mana-c97b885b0306f29b3bf412b7d05752e40eb2c0d4.tar.gz mana-c97b885b0306f29b3bf412b7d05752e40eb2c0d4.tar.bz2 mana-c97b885b0306f29b3bf412b7d05752e40eb2c0d4.tar.xz mana-c97b885b0306f29b3bf412b7d05752e40eb2c0d4.zip |
Implemented 7 atribute system in character creation.
Diffstat (limited to 'src/gui/char_select.cpp')
-rw-r--r-- | src/gui/char_select.cpp | 3 |
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 { |