mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
Core/DataStores: Made prepared statement index argument for DB2Storage constructor required
This commit is contained in:
@@ -48,7 +48,7 @@ class DB2Storage : public DB2StorageBase
|
||||
public:
|
||||
typedef DBStorageIterator<T> iterator;
|
||||
|
||||
DB2Storage(char const* f, int32 preparedStmtIndex = -1)
|
||||
DB2Storage(char const* f, int32 preparedStmtIndex)
|
||||
: _indexTableSize(0), _fieldCount(0), _format(f), _dataTable(nullptr), _dataTableEx(nullptr), _hotfixStatement(preparedStmtIndex)
|
||||
{
|
||||
_indexTable.AsT = NULL;
|
||||
|
||||
Reference in New Issue
Block a user