aboutsummaryrefslogtreecommitdiff
path: root/src/server/worldserver
diff options
context:
space:
mode:
authorjoschiwald <joschiwald.trinity@gmail.com>2014-11-03 19:11:14 +0100
committerjoschiwald <joschiwald.trinity@gmail.com>2014-11-03 19:11:14 +0100
commit52bd9a771e2b94cec2491c97f418cc51d725d5b8 (patch)
treed380694d84c950cd5b8f8e440e1c68bb8f359aed /src/server/worldserver
parent064154c54018bb2c1657e4febf86ecc7c87b41e1 (diff)
Core/NetworkIO: implemented undelete opcodes and moved char create/delete packets to new packet classes
Diffstat (limited to 'src/server/worldserver')
-rw-r--r--src/server/worldserver/worldserver.conf.dist23
1 files changed, 22 insertions, 1 deletions
diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist
index a927e45e89e..4d40365451e 100644
--- a/src/server/worldserver/worldserver.conf.dist
+++ b/src/server/worldserver/worldserver.conf.dist
@@ -1074,10 +1074,31 @@ Account.PasswordChangeSecurity = 0
# Description: Set to date of project's birth in UNIX time. By default the date when
# TrinityCore was started (Thu Oct 2, 2008)
# Default: 1222964635
+
+BirthdayTime = 1222964635
+
+#
+# FeatureSystem.BpayStore.Enabled
+# Description: Not yet implemented
+# Default: 0 - (Disabled)
+# 1 - (Enabled)
+
+FeatureSystem.BpayStore.Enabled = 0
+
#
+# FeatureSystem.CharacterUndelete.Enabled
+# Description: Controls Feature in CharacterList to restore delete Characters.
+# Default: 0 - (Disabled)
+# 1 - (Enabled, Experimental)
+
+FeatureSystem.CharacterUndelete.Enabled = 0
+
#
+# FeatureSystem.CharacterUndelete.Cooldown
+# Description: Time between available character restorations. (in sec)
+# Default: 2592000 (30 days)
-BirthdayTime = 1222964635
+FeatureSystem.CharacterUndelete.Cooldown = 2592000
#
###################################################################################################