From a0e1357e2b35544e636443cedc3ae2d933df1454 Mon Sep 17 00:00:00 2001 From: Spp Date: Sun, 2 May 2010 00:16:05 +0200 Subject: Fix locale selection at server load. --HG-- branch : trunk --- src/shared/Common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared') diff --git a/src/shared/Common.h b/src/shared/Common.h index be61019cef0..4a6aac43390 100644 --- a/src/shared/Common.h +++ b/src/shared/Common.h @@ -193,7 +193,7 @@ enum LocaleConstant LOCALE_ruRU = 8 }; -#define MAX_LOCALE 9 +const uint8 MAX_LOCALE = 9; extern char const* localeNames[MAX_LOCALE]; -- cgit v1.2.3