aboutsummaryrefslogtreecommitdiff
path: root/src/trinitycore
diff options
context:
space:
mode:
authorBlaymoira <none@none>2009-01-18 18:29:55 +0100
committerBlaymoira <none@none>2009-01-18 18:29:55 +0100
commit85f171307fe10823101e61c55a6c7d7d07d35143 (patch)
tree4809e2ef5b980ce30f7c30349e80c75c278ba73a /src/trinitycore
parent1f3e051d22e4c482e83b4dd4051bf1690e7be5ed (diff)
*Implemented configurable flying mount use on maps - by Zor
--HG-- branch : trunk
Diffstat (limited to 'src/trinitycore')
-rw-r--r--src/trinitycore/trinitycore.conf.dist18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/trinitycore/trinitycore.conf.dist b/src/trinitycore/trinitycore.conf.dist
index 27253cc875b..7da04b0bdf6 100644
--- a/src/trinitycore/trinitycore.conf.dist
+++ b/src/trinitycore/trinitycore.conf.dist
@@ -502,6 +502,21 @@ LogColors = ""
# Default: 0 (false)
# 1 (true)
#
+# FlyingMounts.Azeroth
+# Enable/disable flying mounts in Azeroth (map 0 and 1).
+# Default: 0 - off
+# 1 - on (may be crashy)
+#
+# FlyingMounts.Outland
+# Enable/disable flying mounts in Outland (map 530).
+# Default: 1 - on
+# 0 - off
+#
+# FlyingMounts.Others
+# Enable/disable flying mounts in other maps (instances, arenas, BGs, etc).
+# Default: 0 - off
+# 1 - on (may be crashy)
+#
# CastUnstuck
# Allow cast or not Unstuck spell at .start or client Help option use
# Default: 1 (true)
@@ -607,6 +622,9 @@ ActivateWeather = 1
Battleground.CastDeserter = 1
Battleground.QueueAnnouncer.Enable = 1
Battleground.QueueAnnouncer.PlayerOnly = 0
+FlyingMounts.Azeroth = 0
+FlyingMounts.Outland = 1
+FlyingMounts.Others = 0
CastUnstuck = 1
Instance.IgnoreLevel = 0
Instance.IgnoreRaid = 0