Skip to content

PVP Skill Filtering: Change TGT_CASTER check to mindcharge/powercharge check

Not all TGT_CASTER skills are and will be created equally, and implicit TGT_CASTER skills can still get into PVP since they are added after this check occurs. Since the main reasons for blocking TGT_CASTER were to block mind charge/power charge. We can do a more fine grained check by looking for specific variables that only appear on these two skills.

Merge request reports