Crystal
Crystal copied to clipboard
Is this a bug or is it normal?
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