diff options
author | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2012-01-18 18:10:26 +0100 |
---|---|---|
committer | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2012-01-18 22:40:43 +0100 |
commit | 4159ba015c5f2035d188367d85d85052a7673cdc (patch) | |
tree | 1776e43ef3708dc094f747e64720dd41f1fa1f5b /src/gui/charselectdialog.cpp | |
parent | e554d9b2be1ec2fcb15065ae70151302adeef602 (diff) | |
download | mana-4159ba015c5f2035d188367d85d85052a7673cdc.tar.gz mana-4159ba015c5f2035d188367d85d85052a7673cdc.tar.bz2 mana-4159ba015c5f2035d188367d85d85052a7673cdc.tar.xz mana-4159ba015c5f2035d188367d85d85052a7673cdc.zip |
ColorDB -> HairDB.
This will ease the reading of the next patch about hair handling
at character creation time in tAthena.
As requested by bjorn.
Reviewed-by: bjorn
Diffstat (limited to 'src/gui/charselectdialog.cpp')
-rw-r--r-- | src/gui/charselectdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/charselectdialog.cpp b/src/gui/charselectdialog.cpp index 42c514ec..2972c492 100644 --- a/src/gui/charselectdialog.cpp +++ b/src/gui/charselectdialog.cpp @@ -49,7 +49,7 @@ #include "net/messageout.h" #include "net/net.h" -#include "resources/colordb.h" +#include "resources/hairdb.h" #include "utils/gettext.h" #include "utils/stringutils.h" |