mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 03:45:43 +00:00
Make the continent transport and preloading optional.
This commit is contained in:
@@ -1450,6 +1450,27 @@ AccountInstancesPerHour = 5
|
||||
|
||||
BirthdayTime = 1222964635
|
||||
|
||||
#
|
||||
# IsContinentTransport.Enabled
|
||||
# Description: Controls the continent transport (ships, zeppelins etc..)
|
||||
# Default: 1 - (Enabled)
|
||||
#
|
||||
#
|
||||
|
||||
IsContinentTransport.Enabled = 1
|
||||
|
||||
#
|
||||
# IsPreloadedContinentTransport.Enabled
|
||||
# Description: Should we preload the transport?
|
||||
# (Not recommended on low-end servers as it consumes 100% more ram)
|
||||
# and it's not really necessary to be enabled.
|
||||
#
|
||||
# Default: 0 - (Disabled)
|
||||
#
|
||||
#
|
||||
|
||||
IsPreloadedContinentTransport.Enabled = 0
|
||||
|
||||
#
|
||||
###################################################################################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user