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:
@@ -1284,7 +1284,7 @@ namespace Game
|
||||
WorldSession Session;
|
||||
Dictionary<uint, PacketCounter> _PacketThrottlingMap = new();
|
||||
|
||||
enum Policy
|
||||
public enum Policy
|
||||
{
|
||||
Log,
|
||||
Kick,
|
||||
|
||||
Reference in New Issue
Block a user