mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 03:45:43 +00:00
feat(Core/Load): Add debug logs for zone and area assignment (#22509)
This commit is contained in:
@@ -4455,7 +4455,8 @@ Minigob.Manabonk.Enable = 1
|
||||
|
||||
#
|
||||
# Calculate.Creature.Zone.Area.Data
|
||||
# Description: Calculate at loading creature zoneId / areaId and save in creature table (WARNING: SLOW WORLD SERVER STARTUP)
|
||||
# Description: Calculate at loading creature zoneId / areaId and save in creature table
|
||||
# WARNING: SLOW WORLD SERVER STARTUP. Should only be used for debugging.
|
||||
# Default: 0 - (Do not show)
|
||||
#
|
||||
|
||||
@@ -4463,7 +4464,8 @@ Calculate.Creature.Zone.Area.Data = 0
|
||||
|
||||
#
|
||||
# Calculate.Gameoject.Zone.Area.Data
|
||||
# Description: Calculate at loading gameobject zoneId / areaId and save in gameobject table (WARNING: SLOW WORLD SERVER STARTUP)
|
||||
# Description: Calculate at loading gameobject zoneId / areaId and save in gameobject table
|
||||
# WARNING: SLOW WORLD SERVER STARTUP. Should only be used for debugging.
|
||||
# Default: 0 - (Do not show)
|
||||
#
|
||||
|
||||
|
||||
Reference in New Issue
Block a user