Core/DataStores: Updated db2 structures to 8.2.5
Port From (https://github.com/TrinityCore/TrinityCore/commit/3ac790287aba5f7d7c3bccf79e608de9119e461a)
This commit is contained in:
@@ -450,11 +450,11 @@ namespace Game.Network.Packets
|
||||
public override void Write()
|
||||
{
|
||||
_worldPacket.WriteInt32(MapID);
|
||||
_worldPacket.WriteVector3(Loc);
|
||||
_worldPacket.WriteXYZ(Loc);
|
||||
}
|
||||
|
||||
public int MapID;
|
||||
public Vector3 Loc;
|
||||
public WorldLocation Loc;
|
||||
}
|
||||
|
||||
public class PortGraveyard : ClientPacket
|
||||
|
||||
Reference in New Issue
Block a user