Core/Players: Remove deprecated skill related config AlwaysMaxWeaponSkill and command .maxskill
Port From (https://github.com/TrinityCore/TrinityCore/commit/bbdabd7d776a86dcb25954faf119797d52c2a425)
This commit is contained in:
@@ -799,7 +799,6 @@ namespace Game
|
||||
Values[WorldCfg.ResetDuelHealthMana] = GetDefaultValue("ResetDuelHealthMana", false);
|
||||
Values[WorldCfg.StartAllExplored] = GetDefaultValue("PlayerStart.MapsExplored", false);
|
||||
Values[WorldCfg.StartAllRep] = GetDefaultValue("PlayerStart.AllReputation", false);
|
||||
Values[WorldCfg.AlwaysMaxskill] = GetDefaultValue("AlwaysMaxWeaponSkill", false);
|
||||
Values[WorldCfg.PvpTokenEnable] = GetDefaultValue("PvPToken.Enable", false);
|
||||
Values[WorldCfg.PvpTokenMapType] = GetDefaultValue("PvPToken.MapAllowType", 4);
|
||||
Values[WorldCfg.PvpTokenId] = GetDefaultValue("PvPToken.ItemID", 29434);
|
||||
|
||||
Reference in New Issue
Block a user