If you have that error this is the fix
Made this topic so the .20 thread wont get flooded with the same Q over and over again.
\Plugins\Trinity\Combat\Abilities\Wizard.cs
line 230 must be:
bool hasArcaneDynamo = (ZetaDia.CPlayer.PassiveSkills.Any(s => s == SNOPower.Wizard_Passive_ArcaneDynamo));
fixed by scifi
All credits to scifi
Made this topic so the .20 thread wont get flooded with the same Q over and over again.
\Plugins\Trinity\Combat\Abilities\Wizard.cs
line 230 must be:
bool hasArcaneDynamo = (ZetaDia.CPlayer.PassiveSkills.Any(s => s == SNOPower.Wizard_Passive_ArcaneDynamo));
fixed by scifi
All credits to scifi
Last edited:






