summaryrefslogtreecommitdiff
path: root/src/common/mmo.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/mmo.hpp')
-rw-r--r--src/common/mmo.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/mmo.hpp b/src/common/mmo.hpp
index 178bb08..8b18181 100644
--- a/src/common/mmo.hpp
+++ b/src/common/mmo.hpp
@@ -41,8 +41,6 @@ constexpr int MAX_PARTY = 12;
# define MIN_CLOTH_COLOR battle_config.min_cloth_color
# define MAX_CLOTH_COLOR battle_config.max_cloth_color
-# define CHAR_CONF_NAME "conf/char_athena.conf"
-
struct AccountName : VString<23> {};
struct AccountPass : VString<23> {};
struct AccountCrypt : VString<39> {};