summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/account-server/storage.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/account-server/storage.cpp b/src/account-server/storage.cpp
index cfcda9d0..141cd3ce 100644
--- a/src/account-server/storage.cpp
+++ b/src/account-server/storage.cpp
@@ -66,6 +66,7 @@ static const char *SUPPORTED_DB_VERSION = "12";
* TODO: Fix problem with PostgreSQL null primary key's.
*/
+// Table names
static const char *ACCOUNTS_TBL_NAME = "mana_accounts";
static const char *CHARACTERS_TBL_NAME = "mana_characters";
static const char *CHAR_ATTR_TBL_NAME = "mana_char_attr";