Updated to 8.2.0.31429 (scripts disabled atm, they still need updated)

Code Port from TrinityCore https://github.com/TrinityCore/TrinityCore
Casc from WoW-Tools https://github.com/WoW-Tools/CASCExplorer
This commit is contained in:
hondacrx
2019-08-14 11:20:42 -04:00
parent e4d500f4b5
commit 125e3b3ac7
232 changed files with 12268 additions and 14670 deletions
@@ -121,7 +121,7 @@ namespace Game.Network.Packets
public override void Write()
{
_worldPacket.WriteInt32(Delay);
_worldPacket.WriteUInt32(Reason);
_worldPacket.WriteUInt32((uint)Reason);
}
public int Delay;
@@ -153,9 +153,9 @@ namespace Game.Network.Packets
public override void Write()
{
_worldPacket.WriteUInt8(Type);
_worldPacket.WriteUInt8((byte)Type);
_worldPacket.WriteUInt32(MapID);
_worldPacket.WriteUInt32(DifficultyID);
_worldPacket.WriteUInt32((uint)DifficultyID);
_worldPacket.WriteBit(Locked);
_worldPacket.WriteBit(Extended);
_worldPacket.FlushBits();
@@ -277,7 +277,7 @@ namespace Game.Network.Packets
data.WriteUInt32(MapID);
data.WriteUInt32(DifficultyID);
data.WriteUInt64(InstanceID);
data.WriteUInt32(TimeRemaining);
data.WriteInt32(TimeRemaining);
data.WriteUInt32(CompletedMask);
data.WriteBit(Locked);