Added rule_bool 'Character:UseNoJunkFishing'

This commit is contained in:
Uleat
2019-12-22 21:36:13 -05:00
parent e050534378
commit c87b4f2ad4
2 changed files with 30 additions and 27 deletions
+1
View File
@@ -157,6 +157,7 @@ RULE_BOOL(Character, OPClientUpdateVisualDebug, false, "Shows a pulse and forwar
RULE_BOOL(Character, AllowCrossClassTrainers, false, "")
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_CATEGORY_END()
RULE_CATEGORY(Mercs)