Crystal icon indicating copy to clipboard operation
Crystal copied to clipboard

Is this a bug or is it normal?

Open angelk727 opened this issue 1 year ago • 0 comments

error:damage = GetAttackPower(Stats[Stat.MinMC], Stats[Stat.MinMC]); 7 locations Correct:int damage = GetAttackPower(Stats[Stat.MinMC], Stats[Stat.MaxMC]); error:GetAttackPower(Stats[Stat.MinDC], Stats[Stat.MinDC]) 1 locations

angelk727 avatar Jun 03 '24 17:06 angelk727