mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
[svn] *** Source Mangos ***
*Load npc_options at server startup, use cached data at creature gossip menu init. * Also new .reload table command added *Implement npc_option localization support, also store in DB BoxText/BoxMoney/Coded * Use characters.guid instead low guid value from characters.data in charcter enum data prepering for client. * Fixed crash at .pinfo command use from console. * Fixed windows ad.exe build *Creature related code and DB cleanups. * Rename 2 creature_template fields to more clean names and related code update also. * Use enum values instead raw values for type_flags, use halper functions instead code repeating. * Move tamed pet creating code to new function. ** Small code changes to make things compliant with above changes. ** Another rev with big changes so test away. --HG-- branch : trunk
This commit is contained in:
@@ -244,7 +244,7 @@ AddonChannel = 1
|
||||
#
|
||||
# WorldLogFile
|
||||
# Packet logging file for the worldserver
|
||||
# Default: "world.log"
|
||||
# Default: ""
|
||||
#
|
||||
# DBErrorLogFile
|
||||
# Log file of DB errors detected at server run
|
||||
@@ -301,7 +301,7 @@ LogFileLevel = 0
|
||||
LogFilter_TransportMoves = 1
|
||||
LogFilter_CreatureMoves = 1
|
||||
LogFilter_VisibilityChanges = 1
|
||||
WorldLogFile = "world.log"
|
||||
WorldLogFile = ""
|
||||
DBErrorLogFile = "db_errors.log"
|
||||
CharLogFile = "characters.log"
|
||||
CharLogTimestamp = 0
|
||||
|
||||
Reference in New Issue
Block a user