Core/PacketIO: Updated packet structures to 9.0.5
Port From (https://github.com/TrinityCore/TrinityCore/commit/f2202869f71f5a1a35191de303ee5166e4275884)
This commit is contained in:
@@ -330,6 +330,7 @@ namespace Game.Misc
|
||||
packet.Pos = pointOfInterest.Pos;
|
||||
packet.Icon = pointOfInterest.Icon;
|
||||
packet.Importance = pointOfInterest.Importance;
|
||||
packet.Unknown905 = pointOfInterest.Unknown905;
|
||||
|
||||
_session.SendPacket(packet);
|
||||
}
|
||||
@@ -772,6 +773,7 @@ namespace Game.Misc
|
||||
public uint Flags;
|
||||
public uint Importance;
|
||||
public string Name;
|
||||
public uint Unknown905;
|
||||
}
|
||||
|
||||
public class PointOfInterestLocale
|
||||
|
||||
Reference in New Issue
Block a user