mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 02:04:52 +01:00
Core/Warden: Fix a startupcrash with warden enabled (another fieldtype-error)
This commit is contained in:
@@ -59,7 +59,7 @@ void WardenCheckMgr::LoadWardenChecks()
|
||||
|
||||
Field* fields = result->Fetch();
|
||||
|
||||
uint32 maxCheckId = fields[0].GetUInt32();
|
||||
uint16 maxCheckId = fields[0].GetUInt16();
|
||||
|
||||
CheckStore.resize(maxCheckId + 1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user