Core/PacketIO: Updated to 11.0.0
Port From (https://github.com/TrinityCore/TrinityCore/commit/e59eef5432c7b70679d33f4911c88d0f7d75fd39)
This commit is contained in:
@@ -53,8 +53,8 @@ namespace Game.DungeonFinding
|
||||
|
||||
SetLeader(guid, ObjectGuid.Create(HighGuid.Player, field.Read<ulong>(0)));
|
||||
|
||||
uint dungeon = field.Read<uint>(18);
|
||||
LfgState state = (LfgState)field.Read<byte>(19);
|
||||
uint dungeon = field.Read<uint>(19);
|
||||
LfgState state = (LfgState)field.Read<byte>(20);
|
||||
|
||||
if (dungeon == 0 || state == 0)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user