Core/World: Refactor World::LoadConfigSettings to unify validation of all config options and reduce its impact on compile time

Port From (https://github.com/TrinityCore/TrinityCore/commit/b6d64447ba3a9aa4e3759e2c3582b07438da8633)
This commit is contained in:
Hondacrx
2025-09-04 22:30:57 -04:00
parent 9f05b762ad
commit f5906bce10
8 changed files with 580 additions and 1024 deletions
+1 -1
View File
@@ -1284,7 +1284,7 @@ namespace Game
WorldSession Session;
Dictionary<uint, PacketCounter> _PacketThrottlingMap = new();
enum Policy
public enum Policy
{
Log,
Kick,