Allow servers to set starting value for swimming instead of the hard coded

value.
This commit is contained in:
Paul Coene
2015-02-23 13:32:10 -05:00
parent 19fc02c284
commit ba49e5f696
4 changed files with 14 additions and 4 deletions
+1
View File
@@ -133,6 +133,7 @@ RULE_INT ( Skills, MaxTrainTradeskills, 21 )
RULE_BOOL ( Skills, UseLimitTradeskillSearchSkillDiff, true )
RULE_INT ( Skills, MaxTradeskillSearchSkillDiff, 50 )
RULE_INT ( Skills, MaxTrainSpecializations, 50 ) // Max level a GM trainer will train casting specializations
RULE_INT ( Skills, SwimmingStartValue, 100 )
RULE_CATEGORY_END()
RULE_CATEGORY( Pets )