Added rule option to Cazic pet Check

This commit is contained in:
ProducerZekServer
2021-05-19 10:41:56 +00:00
committed by RoTPvP
parent dbcf90d9eb
commit 5da1261ffc
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -370,6 +370,7 @@ RULE_BOOL(Spells, OldRainTargets, false, "Use old incorrectly implemented maximu
RULE_BOOL(Spells, NPCSpellPush, false, "Enable spell push on NPCs")
RULE_BOOL(Spells, July242002PetResists, true, "Enable Pets using PCs resist change from July 24 2002")
RULE_INT(Spells, AOEMaxTargets, 0, "Max number of targets a Targeted AOE spell can cast on. Set to 0 for no limit.")
RULE_BOOL(Spells, CazicTouchTargetsPetOwner, true, "If True, causes Cazic Touch to swap targets from pet to pet owner if a pet is tanking.")
RULE_CATEGORY_END()
RULE_CATEGORY(Combat)