aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Common.h
diff options
context:
space:
mode:
authorAzazel <azazel.kon@gmail.com>2011-02-24 23:57:43 +0600
committerAzazel <azazel.kon@gmail.com>2011-02-25 00:45:57 +0600
commitbcd7e45e1227741a38001423d9a713e6614edd3f (patch)
tree8a342beaa7f595f02aa3a53b4b289b03eff231b0 /src/server/shared/Common.h
parent20ab3e4bdace5da533005532b67fa53bdf70aa03 (diff)
CharDB Schema/Cleanup: cleanup character_tutorial table:
* rename table to account_tutorial, because it holds account specific data; * rename column account to accountId; * introduce prepared statements for table.
Diffstat (limited to 'src/server/shared/Common.h')
-rwxr-xr-xsrc/server/shared/Common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/shared/Common.h b/src/server/shared/Common.h
index cefefa7f1cb..68825e48925 100755
--- a/src/server/shared/Common.h
+++ b/src/server/shared/Common.h
@@ -180,7 +180,7 @@ const uint8 TOTAL_LOCALES = 9;
const LocaleConstant DEFAULT_LOCALE = LOCALE_enUS;
#define MAX_LOCALES 8
-#define MAX_CHARACTER_TUTORIAL_VALUES 8
+#define MAX_ACCOUNT_TUTORIAL_VALUES 8
extern char const* localeNames[TOTAL_LOCALES];