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:
hondacrx
2020-07-12 00:44:24 -04:00
parent c06baf1bf5
commit 0f5801d9f4
7 changed files with 7 additions and 71 deletions
-1
View File
@@ -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);