mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
feat(Core/PacketIO): correct parsing some opcodes (#6051)
This commit is contained in:
@@ -1621,9 +1621,10 @@ NpcRegenHPTimeIfTargetIsUnreachable = 10
|
||||
# CHAT SETTINGS
|
||||
#
|
||||
# ChatFakeMessagePreventing
|
||||
# Description: Chat protection from creating fake messages using a lot spaces or other
|
||||
# invisible symbols. Not applied to the addon language, but may break old
|
||||
# addons that use normal languages for sending data to other clients.
|
||||
# Description: Additional protection from creating fake chat messages using spaces.
|
||||
# Collapses multiple subsequent whitespaces into a single whitespace.
|
||||
# Not applied to the addon language, but may break old addons that use
|
||||
# "normal" chat messages for sending data to other clients.
|
||||
# Default: 0 - (Disabled)
|
||||
# 1 - (Enabled)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user