diff options
| author | maximius <none@none> | 2009-08-30 19:00:19 -0700 |
|---|---|---|
| committer | maximius <none@none> | 2009-08-30 19:00:19 -0700 |
| commit | aab7742e38b6426730f6f68091026ccac5dc9225 (patch) | |
| tree | c6db3ae0df9306f72857f884f34a8a24292b176b /src/trinitycore | |
| parent | f5e96f83aa7d4f0813a843f666f97e6fb9851cad (diff) | |
*Add Rate.MoveSpeed (aka speedpatch) to core
--HG--
branch : trunk
Diffstat (limited to 'src/trinitycore')
| -rw-r--r-- | src/trinitycore/Main.cpp | 2 | ||||
| -rw-r--r-- | src/trinitycore/trinitycore.conf.dist | 9 |
2 files changed, 9 insertions, 2 deletions
diff --git a/src/trinitycore/Main.cpp b/src/trinitycore/Main.cpp index 8638c74aa1a..ddb233d557b 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 2009082901 +# define _TRINITY_CORE_CONFVER 2009083001 #endif //_TRINITY_CORE_CONFVER #ifdef WIN32 diff --git a/src/trinitycore/trinitycore.conf.dist b/src/trinitycore/trinitycore.conf.dist index ae79b365f4d..160a5fb6656 100644 --- a/src/trinitycore/trinitycore.conf.dist +++ b/src/trinitycore/trinitycore.conf.dist @@ -1,7 +1,7 @@ ########################################## # Trinity Core worldd configuration file # ########################################## -ConfVersion=2009082901 +ConfVersion=2009083001 ################################################################################################################### # CONNECTIONS AND DIRECTORIES @@ -1258,6 +1258,12 @@ Visibility.Distance.Grey.Object = 10 # Reputation Gain rate # Default: 1 # +# Rate.MoveSpeed +# Multiply the default unit (player,pet,...) speed. +# Shouldn't affect creatures, as their speed is set in the database. +# Default: 1 - no change +# 1.4 - 40% increase +# # Rate.InstanceResetTime # Multiplier for the number of days in between global raid/heroic instance resets. # Default: 1 @@ -1368,6 +1374,7 @@ Rate.Mining.Amount = 1 Rate.Mining.Next = 1 Rate.Talent = 1 Rate.Reputation.Gain = 1 +Rate.MoveSpeed = 1 Rate.Reputation.LowLevel.Kill = 1 Rate.Reputation.LowLevel.Quest = 1 Rate.InstanceResetTime = 1 |
