summaryrefslogtreecommitdiff
path: root/src/gui/charselectdialog.cpp
diff options
context:
space:
mode:
authorYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2012-01-18 18:10:26 +0100
committerYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2012-01-18 22:40:43 +0100
commit4159ba015c5f2035d188367d85d85052a7673cdc (patch)
tree1776e43ef3708dc094f747e64720dd41f1fa1f5b /src/gui/charselectdialog.cpp
parente554d9b2be1ec2fcb15065ae70151302adeef602 (diff)
downloadMana-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.cpp2
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"