aboutsummaryrefslogtreecommitdiff
path: root/src/trinitycore
diff options
context:
space:
mode:
authorQAston <none@none>2009-08-03 16:35:33 +0200
committerQAston <none@none>2009-08-03 16:35:33 +0200
commit7569bb343a532ca6d080ad48bcb8275b3a182ddb (patch)
tree4d2111fce42ae760a1feabea207eb2f3c089b911 /src/trinitycore
parentb4a2ece56cf0ea04f972d73982e8a3af33c62135 (diff)
*Add Rate.RepairCost config option - by MaXiMiUS
*Apply tc sql coding style to 4737_world_TDB.sql - by Drahy *Fix build with MAP_BASED_RAND_GEN option. --HG-- branch : trunk
Diffstat (limited to 'src/trinitycore')
-rw-r--r--src/trinitycore/trinitycore.conf.dist4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/trinitycore/trinitycore.conf.dist b/src/trinitycore/trinitycore.conf.dist
index cbc2ee54f3d..44c1199c277 100644
--- a/src/trinitycore/trinitycore.conf.dist
+++ b/src/trinitycore/trinitycore.conf.dist
@@ -1179,6 +1179,9 @@ Visibility.Distance.Grey.Object = 10
# XP needed per level past 70 (Rates below 1 not recommended)
# Default: 1
#
+# Rate.RepairCost
+# Repair cost rate (1 - standard, 2 - double cost, 0.5 - half cost, etc)
+#
# Rate.Rest.InGame
# Rate.Rest.Offline.InTavernOrCity
# Rate.Rest.Offline.InWilderness
@@ -1298,6 +1301,7 @@ Rate.XP.Kill = 1
Rate.XP.Quest = 1
Rate.XP.Explore = 1
Rate.XP.PastLevel70 = 1
+Rate.RepairCost = 1
Rate.Rest.InGame = 1
Rate.Rest.Offline.InTavernOrCity = 1
Rate.Rest.Offline.InWilderness = 1