summaryrefslogtreecommitdiff
path: root/src/account-server
diff options
context:
space:
mode:
authorYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2010-12-14 00:54:01 +0100
committerYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2010-12-14 00:54:01 +0100
commit6c8ab9ce48f629c0fdc4e34edc05771bb0e53148 (patch)
tree9bf7ab4171a82760b61ceaabbcf41da03b319bff /src/account-server
parente8acc3effc0c936d9529ae64db547a2cad077cd0 (diff)
downloadmanaserv-6c8ab9ce48f629c0fdc4e34edc05771bb0e53148.tar.gz
manaserv-6c8ab9ce48f629c0fdc4e34edc05771bb0e53148.tar.bz2
manaserv-6c8ab9ce48f629c0fdc4e34edc05771bb0e53148.tar.xz
manaserv-6c8ab9ce48f629c0fdc4e34edc05771bb0e53148.zip
Dummy commit since it seems my private repo didn't want to update
the public one.
Diffstat (limited to 'src/account-server')
-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";