From bcd7e45e1227741a38001423d9a713e6614edd3f Mon Sep 17 00:00:00 2001 From: Azazel Date: Thu, 24 Feb 2011 23:57:43 +0600 Subject: 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. --- src/server/shared/Common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/shared/Common.h') 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]; -- cgit v1.2.3