mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
Core: fixed few coverity issues and warnings
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user