mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 22:26:22 +00:00
feat(Core/Logging): Changed format of packet log file from .bin to .pkt (#5949)
This commit is contained in:
@@ -67,14 +67,6 @@ RealmID = 1
|
||||
|
||||
DataDir = "."
|
||||
|
||||
#
|
||||
# PidFile
|
||||
# Description: World daemon PID file
|
||||
# Example: "./world.pid" - (Enabled)
|
||||
# Default: "" - (Disabled)
|
||||
|
||||
PidFile = ""
|
||||
|
||||
#
|
||||
# LogsDir
|
||||
# Description: Logs directory setting.
|
||||
@@ -460,6 +452,29 @@ SetAllCreaturesWithWaypointMovementActive = 0
|
||||
#
|
||||
###################################################################################################
|
||||
|
||||
###################################################################################################
|
||||
# SERVER LOGGING
|
||||
#
|
||||
# PidFile
|
||||
# Description: World daemon PID file.
|
||||
# Example: "./world.pid" - (Enabled)
|
||||
# Default: "" - (Disabled)
|
||||
|
||||
PidFile = ""
|
||||
|
||||
#
|
||||
# PacketLogFile
|
||||
# Description: Binary packet logging file for the world server.
|
||||
# Filename extension must be .pkt to be parsable with WowPacketParser.
|
||||
# Example: "World.pkt" - (Enabled)
|
||||
# Default: "" - (Disabled)
|
||||
|
||||
PacketLogFile = ""
|
||||
|
||||
# Extended Logging system configuration moved to end of file (on purpose)
|
||||
#
|
||||
###################################################################################################
|
||||
|
||||
###################################################################################################
|
||||
# SERVER SETTINGS
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user