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:
@@ -878,7 +878,6 @@ namespace Game
|
||||
if ((int)Values[WorldCfg.PvpTokenCount] < 1)
|
||||
Values[WorldCfg.PvpTokenCount] = 1;
|
||||
|
||||
Values[WorldCfg.AllowTrackBothResources] = GetDefaultValue("AllowTrackBothResources", false);
|
||||
Values[WorldCfg.NoResetTalentCost] = GetDefaultValue("NoResetTalentsCost", false);
|
||||
Values[WorldCfg.ShowKickInWorld] = GetDefaultValue("ShowKickInWorld", false);
|
||||
Values[WorldCfg.ShowMuteInWorld] = GetDefaultValue("ShowMuteInWorld", false);
|
||||
|
||||
Reference in New Issue
Block a user