Core/Warden: Fix a startupcrash with warden enabled (another fieldtype-error)

This commit is contained in:
click
2012-03-29 03:43:46 +02:00
parent a08cb234c0
commit 5e795a61e8

View File

@@ -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);