My tank stays locked on re-charmed pets indefinitely. Is there a way to disable this? It ultimately leads to a wipe as he'll ignore adds on the group.
If not, please consider adding this to ~line 1943:
Or maybe
If not, please consider adding this to ~line 1943:
/if (${Spawn[${MyTargetID}].Type.NotEqual[Corpse]} && ${Spawn[${MyTargetID}].Type.Equal[Pet]}) {Or maybe
/if (${Spawn[${MyTargetID}].Type.NotEqual[Corpse]} && ${Target.Charmed}) { if the Charmed TLO still works.

