diff --git a/src/server/shared/DataStores/DB2FileLoader.cpp b/src/server/shared/DataStores/DB2FileLoader.cpp index 7a27072dd20..7772b8ab9a1 100644 --- a/src/server/shared/DataStores/DB2FileLoader.cpp +++ b/src/server/shared/DataStores/DB2FileLoader.cpp @@ -24,6 +24,21 @@ DB2FileLoader::DB2FileLoader() { + recordSize = 0; + recordCount = 0; + fieldCount = 0; + stringSize = 0; + stringTable = nullptr; + + tableHash = 0; + build = 0; + + unk1 = 0; + minIndex = 0; + maxIndex = 0; + locale = 0; + unk5 = 0; + data = NULL; fieldsOffset = NULL; }