Merge pull request #962 from noudess/patch-8

Implement DefaultGuild Rule
This commit is contained in:
Alex
2020-02-05 13:05:07 -05:00
committed by GitHub
2 changed files with 16 additions and 0 deletions
+1
View File
@@ -159,6 +159,7 @@ RULE_BOOL(Character, PetsUseReagents, true, "Pets use reagent on spells")
RULE_BOOL(Character, DismountWater, true, "Dismount horses when entering water")
RULE_BOOL(Character, UseNoJunkFishing, false, "Disregards junk items when fishing")
RULE_BOOL(Character, SoftDeletes, true, "When characters are deleted in character select, they are only soft deleted")
RULE_INT(Character, DefaultGuild, 0, "If not 0, new characters placed into the guild # indicated")
RULE_CATEGORY_END()
RULE_CATEGORY(Mercs)