mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
Core: Fix type-mismatch in GameEventMgr
This commit is contained in:
@@ -691,7 +691,7 @@ void GameEventMgr::LoadFromDB()
|
||||
{
|
||||
Field* fields = result->Fetch();
|
||||
|
||||
uint16 event_id = fields[0].GetUInt16();
|
||||
uint16 event_id = fields[0].GetUInt8();
|
||||
uint32 condition = fields[1].GetUInt32();
|
||||
|
||||
if (event_id >= mGameEvent.size())
|
||||
|
||||
Reference in New Issue
Block a user