aboutsummaryrefslogtreecommitdiff
path: root/src/server/worldserver
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2021-12-28 20:35:48 +0100
committerShauren <shauren.trinity@gmail.com>2021-12-28 20:35:48 +0100
commit04b06ab35ff5be05794d0ce5a278bd0b6fa8d4b8 (patch)
tree9096c92b7b99cf6484f5994e4e0c7d618ad1e485 /src/server/worldserver
parent3c12a189e430b1b6e0a452f272860f58b2dca7bd (diff)
Core/Auras: Delete old custom config AllowTrackBothResources, all tracking types can be turned on without it
Closes #27448
Diffstat (limited to 'src/server/worldserver')
-rw-r--r--src/server/worldserver/worldserver.conf.dist14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist
index 505c5cc1306..70b824420d5 100644
--- a/src/server/worldserver/worldserver.conf.dist
+++ b/src/server/worldserver/worldserver.conf.dist
@@ -3169,20 +3169,6 @@ CharDelete.KeepDays = 30
###################################################################################################
# CUSTOM SERVER OPTIONS
#
-# AllowTrackBothResources
-# Description: Allows players to track herbs and minerals at the same time (if they have the skills)
-# Default: 0 - (Do not allow)
-# 1 - (Allow)
-#
-# Note: The following are client limitations and cannot be coded for:
-# * The minimap tracking icon will display whichever skill is activated second.
-# * The minimap tracking list will only show a check mark next to the last skill activated (sometimes this
-# bugs out and doesn't switch the check mark. It has no effect on the actual tracking though).
-# * The minimap dots are yellow for both resources.
-
-AllowTrackBothResources = 0
-
-#
# PlayerStart.AllReputation
# Description: Players will start with most of the high level reputations that are needed
# for items, mounts etc.