mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 10:56:38 +01:00
Core/NetworkIO: updated SMSG_UPDATE_WORLD_STATE, added SMSG_PVP_SEASON and added packet class for SMSG_INIT_WORLD_STATES
This commit is contained in:
@@ -511,6 +511,7 @@ bool LoadRealmInfo()
|
||||
realm.Id.Build = fields[11].GetUInt32();
|
||||
realm.Id.Region = fields[12].GetUInt8();
|
||||
realm.Id.Battlegroup = fields[13].GetUInt8();
|
||||
return true;
|
||||
}
|
||||
|
||||
/// Initialize connection to the databases
|
||||
|
||||
Reference in New Issue
Block a user