diff options
author | maximius <none@none> | 2009-09-10 09:37:29 -0700 |
---|---|---|
committer | maximius <none@none> | 2009-09-10 09:37:29 -0700 |
commit | 580b3f8805bf307fe057ea852aa469fe9f5e4848 (patch) | |
tree | 50a81079c9f4a0951c95ef8f65c49047650017b0 | |
parent | 960099efdb5a9e5472f9f77d0409de169ab2042a (diff) |
*Add Instant flight paths option, by Hawthorne
--HG--
branch : trunk
-rw-r--r-- | src/trinitycore/Main.cpp | 2 | ||||
-rw-r--r-- | src/trinitycore/trinitycore.conf.dist | 9 |
2 files changed, 8 insertions, 3 deletions
diff --git a/src/trinitycore/Main.cpp b/src/trinitycore/Main.cpp index ddb233d557b..5bc8bbaa76f 100644 --- a/src/trinitycore/Main.cpp +++ b/src/trinitycore/Main.cpp @@ -40,7 +40,7 @@ // Format is YYYYMMDDRR where RR is the change in the conf file // for that day. #ifndef _TRINITY_CORE_CONFVER -# define _TRINITY_CORE_CONFVER 2009083001 +# define _TRINITY_CORE_CONFVER 2009091001 #endif //_TRINITY_CORE_CONFVER #ifdef WIN32 diff --git a/src/trinitycore/trinitycore.conf.dist b/src/trinitycore/trinitycore.conf.dist index 963a7c29bb7..3afd0e37eed 100644 --- a/src/trinitycore/trinitycore.conf.dist +++ b/src/trinitycore/trinitycore.conf.dist @@ -1,7 +1,7 @@ ########################################## # Trinity Core worldd configuration file # ########################################## -ConfVersion=2009083001 +ConfVersion=2009091001 ################################################################################################################### # CONNECTIONS AND DIRECTORIES @@ -639,6 +639,11 @@ ChatLogTimestamp = 0 # Default: 0 (false) # 1 (true) # +# InstantFlightPaths +# Flight paths will take players to their destination instantly, instead of making them wait to fly there. +# Default: 0 (false) +# 1 (true) +# # AlwaysMaxSkillForLevel # Players will automatically gain max level dependent (weapon/defense) skill when logging in, leveling up etc. # Default: 0 (false) @@ -782,6 +787,7 @@ StartArenaPoints = 0 InstantLogout = 1 DisableWaterBreath = 4 AllFlightPaths = 0 +InstantFlightPaths = 0 AlwaysMaxSkillForLevel = 0 ActivateWeather = 1 CastUnstuck = 1 @@ -1886,7 +1892,6 @@ Ra.Secure = 1 # NoResetTalentsCost # Enable or disable no cost when reseting talents # -# # OutdoorPvP.Wintergrasp.StartTime = 30 # The start time of the first battle after server starts (default: 30 minutes) # OutdoorPvP.Wintergrasp.BattleTime = 30 |