Core/Auras: Delete old custom config AllowTrackBothResources, all tracking types can be turned on without it
Port From (https://github.com/TrinityCore/TrinityCore/commit/04b06ab35ff5be05794d0ce5a278bd0b6fa8d4b8)
This commit is contained in:
@@ -1368,7 +1368,6 @@ namespace Framework.Constants
|
|||||||
AhbotUpdateInterval,
|
AhbotUpdateInterval,
|
||||||
AllTaxiPaths,
|
AllTaxiPaths,
|
||||||
AllowGmGroup,
|
AllowGmGroup,
|
||||||
AllowTrackBothResources,
|
|
||||||
AllowTwoSideInteractionAuction,
|
AllowTwoSideInteractionAuction,
|
||||||
AllowTwoSideInteractionCalendar,
|
AllowTwoSideInteractionCalendar,
|
||||||
AllowTwoSideInteractionChannel,
|
AllowTwoSideInteractionChannel,
|
||||||
|
|||||||
@@ -878,7 +878,6 @@ namespace Game
|
|||||||
if ((int)Values[WorldCfg.PvpTokenCount] < 1)
|
if ((int)Values[WorldCfg.PvpTokenCount] < 1)
|
||||||
Values[WorldCfg.PvpTokenCount] = 1;
|
Values[WorldCfg.PvpTokenCount] = 1;
|
||||||
|
|
||||||
Values[WorldCfg.AllowTrackBothResources] = GetDefaultValue("AllowTrackBothResources", false);
|
|
||||||
Values[WorldCfg.NoResetTalentCost] = GetDefaultValue("NoResetTalentsCost", false);
|
Values[WorldCfg.NoResetTalentCost] = GetDefaultValue("NoResetTalentsCost", false);
|
||||||
Values[WorldCfg.ShowKickInWorld] = GetDefaultValue("ShowKickInWorld", false);
|
Values[WorldCfg.ShowKickInWorld] = GetDefaultValue("ShowKickInWorld", false);
|
||||||
Values[WorldCfg.ShowMuteInWorld] = GetDefaultValue("ShowMuteInWorld", false);
|
Values[WorldCfg.ShowMuteInWorld] = GetDefaultValue("ShowMuteInWorld", false);
|
||||||
|
|||||||
@@ -2954,20 +2954,6 @@ CharDelete.KeepDays = 30
|
|||||||
|
|
||||||
###################################################################################################
|
###################################################################################################
|
||||||
# CUSTOM SERVER OPTIONS
|
# 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
|
# PlayerStart.AllReputation
|
||||||
# Description: Players will start with most of the high level reputations that are needed
|
# Description: Players will start with most of the high level reputations that are needed
|
||||||
|
|||||||
Reference in New Issue
Block a user