aboutsummaryrefslogtreecommitdiff
path: root/src/trinitycore
diff options
context:
space:
mode:
authormaximius <none@none>2009-08-20 13:22:07 -0700
committermaximius <none@none>2009-08-20 13:22:07 -0700
commiteb81138e6d2fa0d3a1b65ab1df625e6a56fe6cd2 (patch)
tree591c43eb124ba4c92f11672016486c18913ee4c3 /src/trinitycore
parenta63b457b3cfe5f1ceecd42c1fb15866d9981a6fb (diff)
*Add a config option for .die command behavior
--HG-- branch : trunk
Diffstat (limited to 'src/trinitycore')
-rw-r--r--src/trinitycore/trinitycore.conf.dist10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/trinitycore/trinitycore.conf.dist b/src/trinitycore/trinitycore.conf.dist
index 2f59ebd0304..bd39a70f6ef 100644
--- a/src/trinitycore/trinitycore.conf.dist
+++ b/src/trinitycore/trinitycore.conf.dist
@@ -1,7 +1,7 @@
##########################################
# Trinity Core worldd configuration file #
##########################################
-ConfVersion=2009081702
+ConfVersion=2009082013
###################################################################################################################
# CONNECTIONS AND DIRECTORIES
@@ -1295,6 +1295,13 @@ Visibility.Distance.Grey.Object = 10
# Default: 1 (enabled)
# 0 (disabled)
#
+# Die.Command.Mode
+# Switch between two possible .die modes, where mode 1 kills
+# and does not trigger anything such as loot, and mode 0 does
+# damage and does trigger things such as loot
+# Default: 1
+# 0
+#
###################################################################################################################
Rate.Health = 1
@@ -1356,6 +1363,7 @@ Death.CorpseReclaimDelay.PvP = 1
Death.CorpseReclaimDelay.PvE = 0
Death.Bones.World = 1
Death.Bones.BattlegroundOrArena = 1
+Die.Command.Mode = 1
###################################################################################################################
# AUTO BROADCAST