Core/DataStores: Fixed a crash in db2 loader happening when trying to load additional localized strings from a db2 file newer than db2 for default worldserver locale

This commit is contained in:
Shauren
2022-01-07 21:22:51 +01:00
parent 7a7c0c25cd
commit 26bdbde467

View File

@@ -554,6 +554,8 @@ char* DB2FileLoaderRegularImpl::AutoProduceStrings(char** indexTable, uint32 ind
continue;
char* recordData = indexTable[indexVal];
if (!recordData)
continue;
uint32 offset = 0;
uint32 fieldIndex = 0;