aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/shared')
-rw-r--r--src/server/shared/Common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/shared/Common.h b/src/server/shared/Common.h
index e73e0d37073..d08ccaca86b 100644
--- a/src/server/shared/Common.h
+++ b/src/server/shared/Common.h
@@ -179,6 +179,7 @@ enum LocaleConstant
};
const uint8 MAX_LOCALE = 9;
+const LocaleConstant DEFAULT_LOCALE = LOCALE_enUS;
extern char const* localeNames[MAX_LOCALE];