Core/Misc: Rename POI field Unknown905 to WMOGroupId

Port From (https://github.com/TrinityCore/TrinityCore/commit/25fd57c768cb3ddee8206f399dcdacafbd021842)
This commit is contained in:
hondacrx
2022-10-26 09:10:41 -04:00
parent 18aa451fca
commit ed05f38bad
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -323,7 +323,7 @@ namespace Game.Misc
packet.Pos = pointOfInterest.Pos;
packet.Icon = pointOfInterest.Icon;
packet.Importance = pointOfInterest.Importance;
packet.Unknown905 = pointOfInterest.Unknown905;
packet.WMOGroupID = pointOfInterest.WMOGroupID;
_session.SendPacket(packet);
}
@@ -754,7 +754,7 @@ namespace Game.Misc
public uint Flags;
public uint Importance;
public string Name;
public uint Unknown905;
public uint WMOGroupID;
}
public class PointOfInterestLocale