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
+9 -1
View File
@@ -1145,7 +1145,7 @@ namespace Game
// START OF DUMMY VALUES
features.ComplaintStatus = (byte)ComplaintStatus.EnabledWithAutoIgnore;
features.CfgRealmID = 2;
features.CfgRealmRecID = 0;
features.CfgRealmRecID = (int)Global.RealmMgr.GetCurrentRealmId().Index;
features.CommercePricePollTimeSeconds = 300;
features.VoiceEnabled = false;
@@ -1184,6 +1184,14 @@ namespace Game
features.GameRules.Add(rule);
}
features.AddonChatThrottle.MaxTries = 10;
features.AddonChatThrottle.TriesRestoredPerSecond = 1;
features.AddonChatThrottle.UsedTriesPerMessage = 1;
features.GuildChatThrottle.UsedTriesPerMessage = 1;
features.GuildChatThrottle.TriesRestoredPerSecond = 20;
features.GroupChatThrottle.UsedTriesPerMessage = 1;
features.GroupChatThrottle.TriesRestoredPerSecond = 20;
SendPacket(features);
}