Core/Misc: Rename POI field Unknown905 to WMOGroupId
Port From (https://github.com/TrinityCore/TrinityCore/commit/25fd57c768cb3ddee8206f399dcdacafbd021842)
This commit is contained in:
@@ -215,7 +215,7 @@ namespace Game.Networking.Packets
|
||||
_worldPacket.WriteVector3(Pos);
|
||||
_worldPacket.WriteUInt32(Icon);
|
||||
_worldPacket.WriteUInt32(Importance);
|
||||
_worldPacket.WriteUInt32(Unknown905);
|
||||
_worldPacket.WriteUInt32(WMOGroupID);
|
||||
_worldPacket.WriteBits(Flags, 14);
|
||||
_worldPacket.WriteBits(Name.GetByteCount(), 6);
|
||||
_worldPacket.FlushBits();
|
||||
@@ -227,7 +227,7 @@ namespace Game.Networking.Packets
|
||||
public Vector3 Pos;
|
||||
public uint Icon;
|
||||
public uint Importance;
|
||||
public uint Unknown905;
|
||||
public uint WMOGroupID;
|
||||
public string Name;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user