Core: Updated to 11.2.5.63704

Port From (https://github.com/TrinityCore/TrinityCore/commit/53068a94e88991ae7196fb247df4b7ca2e47e554)
This commit is contained in:
Hondacrx
2025-12-16 13:57:09 -05:00
parent ed33a88776
commit 3a890782b5
57 changed files with 3079 additions and 2630 deletions
+1 -2
View File
@@ -226,7 +226,6 @@ namespace Game.Guilds
memberData.RaceID = (byte)member.GetRace();
memberData.Authenticated = false;
memberData.SorEligible = false;
memberData.Name = member.GetName();
memberData.Note = member.GetPublicNote();
@@ -3091,7 +3090,7 @@ namespace Game.Guilds
newsEvent.MemberGuid = GetPlayerGuid();
newsEvent.CompletedDate.SetUtcTimeFromUnixTime(GetTimestamp());
newsEvent.Flags = GetFlags();
newsEvent.Type = (int)GetNewsType();
newsEvent.Type = (sbyte)GetNewsType();
//for (public byte i = 0; i < 2; i++)
// newsEvent.Data[i] =