mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-26 23:26:23 +00:00
refactor(Core/Server): Improvements to antidos opcode handling (#21502)
This commit is contained in:
@@ -1118,17 +1118,6 @@ PreventAFKLogout = 0
|
||||
|
||||
###################################################################################################
|
||||
# PACKET SPOOF PROTECTION SETTINGS
|
||||
#
|
||||
# These settings determine which action to take when harmful packet spoofing is detected.
|
||||
#
|
||||
# PacketSpoof.Policy
|
||||
# Description: Determines the course of action when packet spoofing is detected.
|
||||
# Values: 0 - Log only
|
||||
# 1 - Log + kick
|
||||
# 2 - Log + kick + ban
|
||||
|
||||
PacketSpoof.Policy = 1
|
||||
|
||||
#
|
||||
# PacketSpoof.BanMode
|
||||
# Description: If PacketSpoof.Policy equals 2, this will determine the ban mode.
|
||||
|
||||
Reference in New Issue
Block a user