mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user