|
@@ -667,6 +667,10 @@ namespace LOTRO_DAT {
|
|
|
|
|
|
void DatFile::SetLocale(LOCALE locale) {
|
|
|
try {
|
|
|
+ if (dat_state_ < READY) {
|
|
|
+ fprintf(stderr, "Bad DatFile::SetLocale() - DatFile is in incorrect state... Cannot set locale\n");
|
|
|
+ return;
|
|
|
+ }
|
|
|
if (current_locale_ == locale) {
|
|
|
return;
|
|
|
}
|