diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-04-06 16:05:54 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-04-06 16:07:03 -0600 |
commit | 8209e4672c5e11e5d7bbfb1fcfb081eda1763a6d (patch) | |
tree | 461c06a2e42fc54684bd61ef5ae9ff8cc83d8f07 /tmw.cbp | |
parent | bbebd24b5561e9cd806dca8ccd6fe4b4dcb1301d (diff) | |
download | mana-8209e4672c5e11e5d7bbfb1fcfb081eda1763a6d.tar.gz mana-8209e4672c5e11e5d7bbfb1fcfb081eda1763a6d.tar.bz2 mana-8209e4672c5e11e5d7bbfb1fcfb081eda1763a6d.tar.xz mana-8209e4672c5e11e5d7bbfb1fcfb081eda1763a6d.zip |
Implement TMWServ's CharHandler
Also cleanup character creation, which isn't functional at the moment.
Diffstat (limited to 'tmw.cbp')
-rw-r--r-- | tmw.cbp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -226,6 +226,8 @@ </Unit> <Unit filename="src/gui/char_select.cpp" /> <Unit filename="src/gui/char_select.h" /> + <Unit filename="src/gui/charcreate.cpp" /> + <Unit filename="src/gui/charcreate.h" /> <Unit filename="src/gui/char_server.cpp"> <Option target="eAthena" /> <Option target="UNIX eAthena" /> |